From 9886e96f010045eaf6cb7e9f25d8d70269bb4a3d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Mar 2011 15:02:39 +0000 Subject: Run unittests in check target. --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/Makefile.am') 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 -- cgit v1.2.1