diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-19 16:07:55 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-20 20:39:30 +0200 |
commit | d766a9b089aefff63bca3e9914f5332af65efd12 (patch) | |
tree | 507ed59787e1a61770831034ebf7c3ff20558193 /Makefile.am | |
parent | f2981c2ff581e4e425c7b23da43aee29f25232c5 (diff) |
Add unit tests
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |