Skip to content
Snippets Groups Projects
Commit e8339d24 authored by Mathis Rosenhauer's avatar Mathis Rosenhauer
Browse files

No benchmarking on Windows for now.

parent 5607bf02
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ CHECK_INCLUDE_FILES(stdint.h HAVE_STDINT_H)
TEST_BIG_ENDIAN(WORDS_BIGENDIAN)
CHECK_C_SOURCE_COMPILES(
"int main(int argc, char *argv[])
{return __builtin_clzll(1LL)\;}"
{return __builtin_clzll(1LL);}"
HAVE_DECL___BUILTIN_CLZLL
)
......
......@@ -19,8 +19,10 @@ ADD_DEPENDENCIES(check
check_buffer_sizes
check_long_fs)
ADD_CUSTOM_TARGET(bench
IF(NOT WIN32)
ADD_CUSTOM_TARGET(bench
COMMAND ${CMAKE_SOURCE_DIR}/tests/benc.sh
COMMAND ${CMAKE_SOURCE_DIR}/tests/bdec.sh
DEPENDS aec_client utime
)
\ No newline at end of file
)
ENDIF(NOT WIN32)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment