From 63404f7970b84c48309c2642ec3fd06b4992b774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Tue, 11 Oct 2022 17:41:10 +0000 Subject: [PATCH] Format --- tests/unit/modules/motion/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/unit/modules/motion/CMakeLists.txt b/tests/unit/modules/motion/CMakeLists.txt index a5712d0..b0c9e4d 100644 --- a/tests/unit/modules/motion/CMakeLists.txt +++ b/tests/unit/modules/motion/CMakeLists.txt @@ -30,8 +30,9 @@ execute_process( ) if(${PANDAS_INSTALLED} EQUAL 0) # 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 - ramp_data.txt + add_test(NAME motion::test_motion_ramp + COMMAND "${Python3_EXECUTABLE}" ${CMAKE_CURRENT_SOURCE_DIR}/test_motion_ramp.py + ramp_data.txt ) # define the ramp_data fixture to chain tests