Skip to content

Commit e3a9484

Browse files
committed
Run existing tests for OpenMP kernels
Add export LD_LIBRARY_PATH="$CONDA_PREFIX/lib/:$LD_LIBRARY_PATH" to ci
1 parent 2545f10 commit e3a9484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_xcpp_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_continuation(self) -> None:
6363
self.assertEqual(str(reply["content"]["indent"]), "")
6464
self.assertEqual(reply["content"]["status"], "complete")
6565

66-
kernel_names = ['xcpp17', 'xcpp20', 'xcpp23']
66+
kernel_names = ['xcpp17', 'xcpp20', 'xcpp23','xcpp17-omp', 'xcpp20-omp', 'xcpp23-omp']
6767

6868
for name in kernel_names:
6969
class_name = f"XCppCompleteTests_{name}"

0 commit comments

Comments
 (0)