1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

Moved benchmarks to the tests/ directory

This commit is contained in:
Aris Adamantiadis
2010-12-28 13:17:27 +01:00
parent a883330101
commit 4fe1656cf8
10 changed files with 8 additions and 3 deletions

View File

@ -14,3 +14,6 @@ option(WITH_BENCHMARKS "Build benchmarks tools" OFF)
if (WITH_TESTING)
set(WITH_STATIC_LIB ON)
endif (WITH_TESTING)
if(WITH_BENCHMARKS)
set(WITH_TESTING ON)
endif(WITH_BENCHMARKS)