Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
e8339d24
Commit
e8339d24
authored
Jul 16, 2014
by
Mathis Rosenhauer
Browse files
No benchmarking on Windows for now.
parent
5607bf02
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e8339d24
...
...
@@ -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
)
...
...
tests/CMakeLists.txt
View file @
e8339d24
...
...
@@ -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
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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