diff options
author | Sven Gothel <[email protected]> | 2021-01-05 00:56:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-01-05 00:56:53 +0100 |
commit | 10b15753649b942915fda76666da45521302a64c (patch) | |
tree | 12671557f123449229dac78bb8f59acab661a1ed | |
parent | a60e70b8865146862c61f3384d5e51f283c6e5ba (diff) |
eclipse: only compile test_cow_darray_perf01.cpp for single exe test build (debug/performance)v0.2.9
-rw-r--r-- | .cproject | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -277,7 +277,7 @@ <entry excluding="catch_main.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/catch2"/> <entry excluding="test/catch2_my_main.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/jau"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src"/> - <entry excluding="test_cow_darray_01.cpp|test_datatype01.hpp|test_floatepsilon01.cpp|test_functiondef01.cpp|test_hashset_perf01.cpp|test_intdecstring01.cpp|test_lfringbuffer01.cpp|test_lfringbuffer11.cpp|test_mm_sc_drf_00.cpp|test_mm_sc_drf_01.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="test"/> + <entry excluding="test_cow_darray_01.cpp|test_cow_iterator_01.cpp|test_datatype01.hpp|test_floatepsilon01.cpp|test_functiondef01.cpp|test_hashset_perf01.cpp|test_intdecstring01.cpp|test_lfringbuffer01.cpp|test_lfringbuffer11.cpp|test_mm_sc_drf_00.cpp|test_mm_sc_drf_01.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="test"/> </sourceEntries> </configuration> </storageModule> |