Commit 51ac0603 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

removed previous .xml logic

parent 890f8df9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -26,9 +26,7 @@ get_filename_component(binName ${TEST_PROG} NAME)
set(tempDir  ${binFolder}/${binName}_temp)
execute_process(COMMAND rm -rf ${tempDir})
execute_process(COMMAND mkdir -p ${tempDir})

execute_process(COMMAND ln -s ${TEST_PROG} ${tempLink})
execute_process(COMMAND ln -s ${truthFolder}/unitTest.xml ${truthFolder}/${binName}.xml)
execute_process(COMMAND ln -s ${TEST_PROG} ${truthFolder}/unitTest)

# Run the unit test executable and pipe the output to a text file.
execute_process(COMMAND  ./unitTest