Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
bf7c4915
Commit
bf7c4915
authored
Feb 29, 2020
by
Frédéric Mangano-Tarumi
Committed by
Lukas Fleischer
Feb 29, 2020
Browse files
test/Makefile: Run tests with prove when available
Signed-off-by:
Lukas Fleischer
<
lfleischer@archlinux.org
>
parent
90c0a361
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/Makefile
View file @
bf7c4915
T
=
$(
sort
$(
wildcard
*
.t
))
PROVE
:=
$(
shell
command
-v
prove 2> /dev/null
)
ifdef
PROVE
check
:
prove .
else
check
:
$(T)
endif
clean
:
$(RM)
-r
test-results/
...
...
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