GSL/tests
Marc Mutz 1e95421889 [#392] Don't install tests
'make install' should install the GSL library (ie. the headers),
not the tests.

It still installs the UnitTest++ headers, but that will be more
complex to fix, as GSL just imports UnitTest++ as a git submodule,
and the install command propagates down to UnitTest++'s
CMakeLists.txt.
2016-10-17 12:42:58 -07:00
..
unittest-cpp@dc6b908380 Adding unittest-cpp as a submodule. 2016-03-23 16:42:35 -07:00
assertion_tests.cpp Removed .h extension from header files. 2016-08-10 17:24:00 +01:00
at_tests.cpp Removed .h extension from header files. 2016-08-10 17:24:00 +01:00
bounds_tests.cpp Removed .h extension from header files. 2016-08-10 17:24:00 +01:00
byte_tests.cpp Address #313: try to guard against strict-aliasing bugs with gsl::byte 2016-10-17 12:36:11 -07:00
CMakeLists.txt [#392] Don't install tests 2016-10-17 12:42:58 -07:00
multi_span_tests.cpp Fix wrong types in multi_span_test for comparison operators. 2016-09-20 08:46:27 -07:00
notnull_tests.cpp Removed .h extension from header files. 2016-08-10 17:24:00 +01:00
owner_tests.cpp Removed .h extension from header files. 2016-08-10 17:24:00 +01:00
span_tests.cpp Corrected SFINAE for conversion constructors on span. 2016-09-12 18:51:23 -07:00
strided_span_tests.cpp Removed .h extension from header files. 2016-08-10 17:24:00 +01:00
string_span_tests.cpp Add to_basic_string 2016-09-04 00:29:10 -06:00
utils_tests.cpp Removed .h extension from header files. 2016-08-10 17:24:00 +01:00