diff --git a/.gitignore b/.gitignore index b72bc8496..5afd51ac1 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,24 @@ port/linux/task.bin port/linux/pika_bytecode.bin port/linux/config/pika_config.h +# +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 +# diff --git a/port/linux/lab.sh b/port/linux/lab.sh new file mode 100644 index 000000000..e1428679d --- /dev/null +++ b/port/linux/lab.sh @@ -0,0 +1,2 @@ +python3 ../../../pikalab/main.py +