Skip to content

Commit 3d54474

Browse files
committed
Add a new test runner
1 parent 39617e7 commit 3d54474

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

integration_tests/run_tests.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
3+
set -ex
4+
5+
cmake .
6+
ctest
7+
8+
cmake -DLPYTHON_BACKEND=llvm .
9+
make
10+
ctest
11+
12+
cmake -DLPYTHON_BACKEND=c .
13+
make
14+
ctest

0 commit comments

Comments
 (0)