aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index c66b0df..b328dd6 100644
--- a/makefile
+++ b/makefile
@@ -293,6 +293,7 @@ test: debug
293 @$(END_TIME) 293 @$(END_TIME)
294 @./$(BIN_NAME) -e "$$(printf "r = io.popen('git diff --no-index $(TEST_OUTPUT) $(GEN_OUTPUT) | head -5')\\\\read '*a'\nif r ~= ''\n print r\n os.exit 1")" 294 @./$(BIN_NAME) -e "$$(printf "r = io.popen('git diff --no-index $(TEST_OUTPUT) $(GEN_OUTPUT) | head -5')\\\\read '*a'\nif r ~= ''\n print r\n os.exit 1")"
295 @$(RM) -r $(TEST_OUTPUT) 295 @$(RM) -r $(TEST_OUTPUT)
296 @busted
296 @echo "Done!" 297 @echo "Done!"
297 298
298# Test Yuescript compiler 299# Test Yuescript compiler