mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
add lab.sh
This commit is contained in:
parent
277f135e87
commit
4b40d6326e
21
.gitignore
vendored
21
.gitignore
vendored
@ -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
2
port/linux/lab.sh
Normal file
@ -0,0 +1,2 @@
|
||||
python3 ../../../pikalab/main.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user