Skip to content

Commit 369f479

Browse files
committed
[ci] put some preliminary single-threaded tests on ci
1 parent ab887e8 commit 369f479

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ci-test.lisp

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,11 @@
99
(when (or (plusp (slot-value report 'clunit::failed))
1010
(plusp (slot-value report 'clunit::errors)))
1111
(uiop:quit 1)))
12-
(format t "!!ALL TESTS RAN SUCCESSFULLY!!")
12+
(terpri)
13+
(format t "!!MULTI-THREADED TESTS RAN SUCCESSFULLY!!")
14+
(ql:quickload "py4cl2-cffi/single-threaded")
15+
(py4cl2-cffi/single-threaded:pystart)
16+
(assert (string= "42" (py4cl2-cffi/single-threaded:pycall "str" 42)))
17+
(terpri)
18+
(format t "!!Preliminary SINGLE-THREADED TESTS RAN SUCCESSFULLY!!")
1319
(uiop:quit 0)

0 commit comments

Comments
 (0)