Unverified Commit 44443b63 authored by Cole's avatar Cole Committed by GitHub
Browse files

Changed Command To Execute App Tests

Previous change ruined the command and stopped execution of App Tests
parent fe4e598e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,4 +76,4 @@ endfunction()
# Needed for IsisPreferences and other test data to be found
set(ENV{ISIS3DATA} "${DATA_ROOT}")

run_app_makefile_test(${MAKEFILE} ${INPUT_DIR} ${testOutputDir} ${TRUTH_DIR} ${BIN_DIR})
run_app_makefile_test(${MAKEFILE} ${INPUT_DIR} ${OUTPUT_DIR} ${TRUTH_DIR} ${BIN_DIR})