Format
parent
da5bba2268
commit
c84bb0c169
|
|
@ -30,7 +30,8 @@ execute_process(
|
||||||
)
|
)
|
||||||
if(${PANDAS_INSTALLED} EQUAL 0)
|
if(${PANDAS_INSTALLED} EQUAL 0)
|
||||||
# only run test_motion_ramp if pandas is installed
|
# only run test_motion_ramp if pandas is installed
|
||||||
add_test(NAME motion::test_motion_ramp COMMAND "${Python3_EXECUTABLE}" ${CMAKE_CURRENT_SOURCE_DIR}/test_motion_ramp.py
|
add_test(NAME motion::test_motion_ramp
|
||||||
|
COMMAND "${Python3_EXECUTABLE}" ${CMAKE_CURRENT_SOURCE_DIR}/test_motion_ramp.py
|
||||||
ramp_data.txt
|
ramp_data.txt
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue