Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
code
pfabric
Commits
2f4f265f
Commit
2f4f265f
authored
Mar 14, 2017
by
Kai-Uwe Sattler
Browse files
cleanup in Makefiles
parent
6b1616e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bench/CMakeLists.txt
View file @
2f4f265f
...
...
@@ -3,6 +3,5 @@ include(../../cmake/Testing.cmake.in)
if
(
BUILD_BENCHMARKS
)
if
(
BUILD_GOOGLE_BENCH
)
do_test
(
TopologyBenchmarks
)
do_test
(
MemoryBenchmarks
)
endif
()
endif
()
src/test/CMakeLists.txt
View file @
2f4f265f
...
...
@@ -43,7 +43,6 @@ if (BUILD_TEST_CASES)
do_test
(
BarrierTest
)
do_test
(
StreamGeneratorTest
)
do_test
(
TuplifierTest
)
do_test
(
BPTreeTest
)
if
(
USE_ROCKSDB_TABLE
)
do_test
(
RocksDBTest
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment