diff options
author | Li Jin <dragon-fly@qq.com> | 2023-07-28 11:57:19 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-07-28 11:57:19 +0800 |
commit | 11e855b8124e21beb737ecb4b4e6228e610f572d (patch) | |
tree | 94bf1857194a28c4fb726588719a4b36ea891478 /makefile | |
parent | 5497775534d20ba06ab9c13bc4db1c5bee877513 (diff) | |
download | yuescript-11e855b8124e21beb737ecb4b4e6228e610f572d.tar.gz yuescript-11e855b8124e21beb737ecb4b4e6228e610f572d.tar.bz2 yuescript-11e855b8124e21beb737ecb4b4e6228e610f572d.zip |
fix test file path.v0.17.12
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -302,7 +302,7 @@ gen: release | |||
302 | @./$(BIN_NAME) $(TEST_INPUT) -t $(GEN_OUTPUT) --tl_enabled | 302 | @./$(BIN_NAME) $(TEST_INPUT) -t $(GEN_OUTPUT) --tl_enabled |
303 | @./$(BIN_NAME) $(TEST_INPUT)/teal_lang.yue -o $(GEN_OUTPUT)/teal_lang.lua | 303 | @./$(BIN_NAME) $(TEST_INPUT)/teal_lang.yue -o $(GEN_OUTPUT)/teal_lang.lua |
304 | @./$(BIN_NAME) $(TEST_INPUT)/loops.yue -o $(GEN_OUTPUT)/5.1/loops.lua --target=5.1 | 304 | @./$(BIN_NAME) $(TEST_INPUT)/loops.yue -o $(GEN_OUTPUT)/5.1/loops.lua --target=5.1 |
305 | @./$(BIN_NAME) $(TEST_INPUT)/try_catch.yue -o $(TEST_OUTPUT)/5.1/try_catch.lua --target=5.1 | 305 | @./$(BIN_NAME) $(TEST_INPUT)/try_catch.yue -o $(GEN_OUTPUT)/5.1/try_catch.lua --target=5.1 |
306 | @./$(BIN_NAME) $(TEST_INPUT)/test/loops_spec.yue -o $(GEN_OUTPUT)/5.1/test/loops_spec.lua --target=5.1 | 306 | @./$(BIN_NAME) $(TEST_INPUT)/test/loops_spec.yue -o $(GEN_OUTPUT)/5.1/test/loops_spec.lua --target=5.1 |
307 | @echo -en "Compile time: " | 307 | @echo -en "Compile time: " |
308 | @$(END_TIME) | 308 | @$(END_TIME) |