From b62d38051e0e73436be2642f372c5d01620bb51a Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Wed, 27 Jul 2022 23:04:20 +0200 Subject: [PATCH] fix for cmake tests --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a25595fc..3340dcee 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -84,7 +84,7 @@ boost_test(TYPE run SOURCES histogram_operators_test.cpp COMPILE_OPTIONS $<$:/bigobj>) boost_test(TYPE run SOURCES histogram_ostream_test.cpp) boost_test(TYPE run SOURCES histogram_ostream_ascii_test.cpp) -set_tests_properties(run-boost_histogram-histogram_ostream_ascii_test_cpp +set_tests_properties(run-boost_histogram-histogram_ostream_ascii_test PROPERTIES ENVIRONMENT "LANG=FOO;COLUMNS=20") boost_test(TYPE run SOURCES histogram_test.cpp) boost_test(TYPE run SOURCES indexed_test.cpp)