Remove unnecessary make invocation when running test-suite
This commit is contained in:
parent
4e47bbee06
commit
d927fa5376
1 changed files with 0 additions and 3 deletions
|
|
@ -285,9 +285,6 @@ check-test-suite: \
|
|||
check-javascript-test-suite
|
||||
|
||||
check-%-test-suite:
|
||||
@if test -d Examples/test-suite/$*; then \
|
||||
cd Examples/test-suite/$* && $(MAKE) Makefile; \
|
||||
fi
|
||||
@if test -z "$(skip-$*)"; then \
|
||||
echo $* unknown; \
|
||||
exit 1; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue