Skip to content

Commit 23729a2

Browse files
authored
Create build_tests.sh
1 parent 05267c2 commit 23729a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
cd "$(dirname "$0")"
4+
CPLUS_INCLUDE_PATH=$CUDA_HOME/include:$CPLUS_INCLUDE_PATH cythonize -3 -i test_*.pyx

0 commit comments

Comments
 (0)