Revert "test-suite target now depends upon combine"
This reverts commit e0790b5281
.
It is better to leave this out, because the availability of the combined
source file will trigger the combined test cases, which in turn makes
test-driven development frustrating because you are spammed with combined
errors, which duplicates the first-encountered case error.
perfodd
parent
6ab047b793
commit
6152fe9f08
|
@ -126,7 +126,7 @@ test/test-%: FORCE
|
||||||
./"$@"
|
./"$@"
|
||||||
|
|
||||||
# JS test cases
|
# JS test cases
|
||||||
test-suite: combine
|
test-suite:
|
||||||
if HAS_NODE
|
if HAS_NODE
|
||||||
@echo "GNU ease.js Test Suite"
|
@echo "GNU ease.js Test Suite"
|
||||||
@echo
|
@echo
|
||||||
|
|
Loading…
Reference in New Issue