Duplicate tests that are run twice as both C and C++ tests to fix parallel make: li_carrays
This commit is contained in:
parent
78b113558f
commit
9600c95234
11 changed files with 320 additions and 1 deletions
9
Examples/test-suite/python/li_carrays_cpp_runme.py
Normal file
9
Examples/test-suite/python/li_carrays_cpp_runme.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from li_carrays_cpp import *
|
||||
|
||||
d = doubleArray(10)
|
||||
|
||||
d[0] = 7
|
||||
d[5] = d[0] + 3
|
||||
|
||||
if d[5] + d[0] != 17:
|
||||
raise RuntimeError
|
||||
Loading…
Add table
Add a link
Reference in a new issue