We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9b611 commit 97758deCopy full SHA for 97758de
Makefile
@@ -70,7 +70,7 @@ TEST_KGI_DIR = testcases/kanga
70
TEST_KGI = $(wildcard $(TEST_KGI_DIR)/*.kg)
71
72
test: testtc testmj testpg testmj2spg testkg testmj2kg testmp testmj2mp
73
- @echo Congrats! You have passed all the test.
+ @echo Congrats! You have passed all the tests.
74
75
testtc: $(patsubst $(TEST_TC_DIR)/%.java, %.testtc, $(TEST_TC))
76
testmj: $(patsubst $(TEST_MJ_DIR)/%.java, %.testmj, $(TEST_MJ))
0 commit comments