CMakeLists.txt
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | if(TARGET felspar-check) add_test_run(felspar-check felspar-memory TESTS bitmap.cpp buffers.cpp fixed-pool.pmr.cpp hexdump.cpp holding_pen.cpp pmr.cpp raw_memory.cpp shared_buffer.cpp sizes.cpp slab.storage.cpp small_ring.cpp small_vector.cpp stable_vector.cpp stack.storage.cpp ) endif() |