From 540f839cb5868dac3eb409f509b85995826cf559 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 6 Jun 2020 19:44:36 +0200 Subject: Add unit-test framework. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 06d6b0e..905feab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = src tools -DISTDIRS = src tools +SUBDIRS = src test tools +DISTDIRS = src test tools -- cgit v1.2.3