Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
libaec
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Mathis Rosenhauer
libaec
Commits
e8339d24
Commit
e8339d24
authored
Jul 16, 2014
by
Mathis Rosenhauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No benchmarking on Windows for now.
parent
5607bf02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
tests/CMakeLists.txt
tests/CMakeLists.txt
+4
-2
No files found.
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
Markdown
is supported
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