aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2023-10-31 16:06:05 +0800
committerLi Jin <dragon-fly@qq.com>2023-10-31 16:06:18 +0800
commit2dc090daf42d9449b2c63e7167084092d0bd13ac (patch)
tree89ce76c2f25ab5d6ec020ad91b91efe010ddcbce /makefile
parent630fef5a40d2f7a221b9c3752462c8780eb17af4 (diff)
downloadyuescript-2dc090daf42d9449b2c63e7167084092d0bd13ac.tar.gz
yuescript-2dc090daf42d9449b2c63e7167084092d0bd13ac.tar.bz2
yuescript-2dc090daf42d9449b2c63e7167084092d0bd13ac.zip
fix doc. add busted to testing work.
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