Skip to content

Commit 6d08cff

Browse files
committed
Add tests
1 parent a77b337 commit 6d08cff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

integration_tests/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,8 @@ RUN(NAME vec_01 LABELS cpython llvm c)
499499
RUN(NAME test_str_comparison LABELS cpython llvm c)
500500
RUN(NAME test_bit_length LABELS cpython llvm c)
501501
RUN(NAME str_to_list_cast LABELS cpython llvm c)
502+
RUN(NAME test_sys_01 LABELS cpython llvm c)
503+
502504

503505
RUN(NAME test_package_01 LABELS cpython llvm)
504506
RUN(NAME test_pkg_lpdraw LABELS cpython llvm wasm)

integration_tests/test_sys_01.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import sys
2+
sys.exit(0)

0 commit comments

Comments
 (0)