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
vidjil
vidjil
Commits
d1798cd5
Commit
d1798cd5
authored
Feb 20, 2015
by
Mikaël Salson
Browse files
Makefile: Add a rule to launch tests on tools
parent
7ae27d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d1798cd5
...
...
@@ -15,6 +15,7 @@ all:
test
:
make
COVERAGE
=
"
$(COVERAGE)
"
unit
make should
make test_tools
# make pytests
test_with_fuse
:
...
...
@@ -24,6 +25,8 @@ test_with_fuse:
test_browser
:
unit_browser functional_browser
test_tools
:
make
-C
tools/tests
unit
:
all
@
echo
"*** Launching unit tests..."
...
...
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