diff --git a/test/k4FWCoreTest/CMakeLists.txt b/test/k4FWCoreTest/CMakeLists.txt index fafa3201..0a03965e 100644 --- a/test/k4FWCoreTest/CMakeLists.txt +++ b/test/k4FWCoreTest/CMakeLists.txt @@ -181,4 +181,4 @@ set_tests_properties(Testk4runHelpOnly add_test(NAME TestExec WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} COMMAND ${K4RUN} --dry-run options/TestExec.py) -set_test_env(TestExec) \ No newline at end of file +set_test_env(TestExec) diff --git a/test/k4FWCoreTest/options/TestExec.py b/test/k4FWCoreTest/options/TestExec.py index 083a450e..e676527b 100644 --- a/test/k4FWCoreTest/options/TestExec.py +++ b/test/k4FWCoreTest/options/TestExec.py @@ -17,4 +17,4 @@ # limitations under the License. # a = 5 -comp = [a for i in range(3)] \ No newline at end of file +comp = [a for i in range(3)]