(fix commit
8f20303)
Makefile.am includes cord.am and tests.am, so check-without-test-driver
should be defined only at one place.
* cord/cord.am (check-without-test-driver): Remove.
* tests/tests.am (check-without-test-driver): Add ./cordtest$(EXEEXT)
execution.
include/cord.h \
include/cord_pos.h \
include/ec.h
-
-# Run the tests directly (without test-driver):
-.PHONY: check-without-test-driver
-check-without-test-driver: $(TESTS)
- ./cordtest$(EXEEXT)
test ! -f subthreadcreate_test$(EXEEXT) || ./subthreadcreate_test$(EXEEXT)
test ! -f test_cpp$(EXEEXT) || ./test_cpp$(EXEEXT)
test ! -f tracetest$(EXEEXT) || ./tracetest$(EXEEXT)
+ ./cordtest$(EXEEXT)