From d766a9b089aefff63bca3e9914f5332af65efd12 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 19 Jun 2019 16:07:55 +0200 Subject: Add unit tests Signed-off-by: David Oberhollenzer --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2af68c1..27bb063 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,11 +6,14 @@ AM_CFLAGS = $(WARN_CFLAGS) noinst_LIBRARIES = bin_PROGRAMS = dist_man1_MANS = +check_PROGRAMS = EXTRA_DIST = autogen.sh LICENSE README +TESTS = include doc/Makemodule.am include lib/Makemodule.am include tar/Makemodule.am include mkfs/Makemodule.am include unpack/Makemodule.am +include tests/Makemodule.am -- cgit v1.2.3