mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
9 lines
140 B
C
9 lines
140 B
C
#include "test_common.h"
|
|
TEST_START
|
|
#if !PIKA_NANO_ENABLE
|
|
|
|
TEST_RUN_SINGLE_FILE(lua, eval, "test/python/pika_lua/eval.py")
|
|
|
|
#endif
|
|
TEST_END
|