1
0
forked from Mirror/wren

Allow passing a suite to make test.

This commit is contained in:
Bob Nystrom
2014-02-02 10:30:58 -08:00
parent b576d546e9
commit 7e850637f9

View File

@ -42,7 +42,7 @@ prep:
# Run the tests against the debug build of Wren.
test: debug
@./script/test.py
@./script/test.py $(suite)
# Generate the Wren site.
docs: