From b893b9aba116453eeee7f5afc34b4debe4f92853 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 14 Sep 2015 01:39:47 +0200 Subject: [PATCH] Fixed output directory of comparison tests --- samples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 9967e2e..54990fe 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -57,7 +57,7 @@ macro(add_samples DIR_ SAMPLES_) ) if (NOT MSVC) # we disable the scripted tests when building with MSVC - add_test(${sample}_compare sh ${DIR_}/run_test.sh "${CMAKE_CURRENT_LIST_DIR}/out_dir" . . ${sample}.bin) + add_test(${sample}_compare sh ${DIR_}/run_test.sh "${CMAKE_CURRENT_LIST_DIR}/outputs" . . ${sample}.bin) set_property(TEST ${sample}_compare PROPERTY ENVIRONMENT "LC_ALL=en_US.utf8" ENVIRONMENT "CRITERION_ALWAYS_SUCCEED=1"