summaryrefslogtreecommitdiff
path: root/cord
diff options
context:
space:
mode:
Diffstat (limited to 'cord')
-rw-r--r--cord/cord.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/cord/cord.am b/cord/cord.am
index b8794c29..4ac2da8d 100644
--- a/cord/cord.am
+++ b/cord/cord.am
@@ -32,3 +32,8 @@ pkginclude_HEADERS += \
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)