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
d75d7cf8
Commit
d75d7cf8
authored
Jan 31, 2014
by
Manuel Pégourié-Gonnard
Browse files
make: friendlier test target
parent
469238a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d75d7cf8
...
...
@@ -49,8 +49,8 @@ clean:
cd
programs
&&
$(MAKE)
clean
&&
cd
..
cd
tests
&&
$(MAKE)
clean
&&
cd
..
check
:
(
cd
tests
&&
$(MAKE)
check
)
check
:
lib
(
cd
tests
&&
$(MAKE)
&&
$(MAKE)
check
)
apidoc
:
mkdir
-p
apidoc
...
...
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