summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/Makefile.in3
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f7f4cd2..6351301 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,3 +2,6 @@ AM_CPPFLAGS = -I $(srcdir)/../lib
check_PROGRAMS = unittests
unittests_SOURCES = unittests.c
unittests_LDADD = ../lib/libdynstr.la
+
+check:
+ ./unittests
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 850e5b9..7ae7c5e 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -464,6 +464,9 @@ uninstall-am:
tags uninstall uninstall-am
+check:
+ ./unittests
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: