Fix missing [[ on travis
This commit is contained in:
parent
7611ad2892
commit
a9deb488b3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ $(TARGETS): %: .FORCE
|
|||
|
||||
$(BIN_TARGET_TESTS): %-test: % .FORCE
|
||||
@$(ECHO) "\t[BINTEST]:\t$@"
|
||||
if [[ -f $(subst -test,,$@)/tests/Makefile ]]; then \
|
||||
if [ -f $(subst -test,,$@)/tests/Makefile ]; then \
|
||||
$(MAKE) -C $(subst -test,,$@)/tests || exit 1;\
|
||||
fi;
|
||||
|
||||
|
|
Loading…
Reference in a new issue