mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
10 lines
220 B
C
10 lines
220 B
C
#include "test_common.h"
|
|
TEST_START
|
|
#if !PIKA_NANO_ENABLE
|
|
|
|
TEST_RUN_SINGLE_FILE_PASS(lua, eval, "test/python/pika_lua/eval.py")
|
|
TEST_RUN_SINGLE_FILE_PASS(lua, require, "test/python/pika_lua/require.py")
|
|
|
|
#endif
|
|
TEST_END
|