add lab.sh

This commit is contained in:
pikastech 2023-05-22 18:21:36 +08:00
parent 277f135e87
commit 4b40d6326e
2 changed files with 23 additions and 0 deletions

21
.gitignore vendored
View File

@ -43,3 +43,24 @@ port/linux/task.bin
port/linux/pika_bytecode.bin
port/linux/config/pika_config.h
#<lab>
test/VM-test.cpp
test/arg-test.cpp
test/args-test.cpp
test/builtin-test.cpp
test/class-test.cpp
test/closure-test.cpp
test/cmodule-test.cpp
test/compile-test.cpp
test/doc-test.cpp
test/event-test.cpp
test/except-test.cpp
test/gc-test.cpp
test/lua-test.cpp
test/parse-test.cpp
test/pool-test.cpp
test/stack-test.cpp
test/strs-test.cpp
test/sysObj-test.cpp
test/thread-test.cpp
#</lab>

2
port/linux/lab.sh Normal file
View File

@ -0,0 +1,2 @@
python3 ../../../pikalab/main.py