summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-06-06 19:44:36 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-06-06 19:44:36 +0200
commit540f839cb5868dac3eb409f509b85995826cf559 (patch)
tree42d2b9414edb748ad5d32efffcfeced18bf0b0b4 /Makefile.am
parentfa5985ed620c3cd4c7b9712b6b80a2e2c1a8ba31 (diff)
Add unit-test framework.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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