Merge 1dfdbb6204 into e1c84bae37
This commit is contained in:
commit
eff943df07
1
Makefile
1
Makefile
|
|
@ -25,7 +25,6 @@ SHELL_TARGETS := $(addprefix test-,$(SHELLS))
|
||||||
# Test suites are the names of subfolders of './test'.
|
# Test suites are the names of subfolders of './test'.
|
||||||
TEST_SUITE := $(shell find ./test/* -type d -prune -exec basename {} \;)
|
TEST_SUITE := $(shell find ./test/* -type d -prune -exec basename {} \;)
|
||||||
|
|
||||||
|
|
||||||
# Default target (by virtue of being the first non '.'-prefixed in the file).
|
# Default target (by virtue of being the first non '.'-prefixed in the file).
|
||||||
.PHONY: _no-target-specified
|
.PHONY: _no-target-specified
|
||||||
_no-target-specified:
|
_no-target-specified:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue