Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
mbedtls
Commits
6529ff0b
Commit
6529ff0b
authored
Jan 31, 2014
by
Manuel Pégourié-Gonnard
Browse files
make: add a 'test-ref-configs' target
parent
d75d7cf8
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6529ff0b
...
...
@@ -70,6 +70,10 @@ ADD_CUSTOM_TARGET(apidoc
COMMAND doxygen doxygen/polarssl.doxyfile
WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
ADD_CUSTOM_TARGET
(
test-ref-config
COMMAND tests/scripts/test-ref-configs.pl
)
ADD_CUSTOM_TARGET
(
memcheck
COMMAND ctest -O memcheck.log -D ExperimentalMemCheck
COMMAND tail -n1 memcheck.log | grep 'Memory checking results:' > /dev/null
...
...
Makefile
View file @
6529ff0b
...
...
@@ -52,6 +52,9 @@ clean:
check
:
lib
(
cd
tests
&&
$(MAKE)
&&
$(MAKE)
check
)
test-ref-configs
:
tests/scripts/test-ref-configs.pl
apidoc
:
mkdir
-p
apidoc
doxygen doxygen/polarssl.doxyfile
...
...
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