fix for cmake tests

This commit is contained in:
Hans Dembinski 2022-07-27 23:04:20 +02:00
parent 9805362012
commit b62d38051e

View File

@ -84,7 +84,7 @@ boost_test(TYPE run SOURCES histogram_operators_test.cpp
COMPILE_OPTIONS $<$<CXX_COMPILER_ID:MSVC>:/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)