| commit | bbe45082f4e40159eba3e066c66ce415152c677c | [log] [tgz] |
|---|---|---|
| author | Ben North <ben@redfrontdoor.org> | Thu Oct 20 21:19:30 2016 +0100 |
| committer | Ben North <ben@redfrontdoor.org> | Thu Oct 20 21:32:55 2016 +0100 |
| tree | fe1d298cd41224e28cc895624a2d577f659904bf | |
| parent | 24a2054dbcf8bae3e00927466c1942103f9df0f6 [diff] [blame] |
Test uncopyable static member Without the previous commit, this test generates a core dump.
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 684535a..7470c5d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -12,6 +12,7 @@ test_chrono.cpp test_class_args.cpp test_constants_and_functions.cpp + test_copy_move_policies.cpp test_eigen.cpp test_enum.cpp test_eval.cpp