From 0ae2e936dfacf99b24dbf468618e0f07838456f3 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 10 May 2015 10:04:04 -0700 Subject: [PATCH] Add tests t Makefile.am subdirectories Signed-off-by: Ronnie Sahlberg --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7023988..36eaea7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Generic definitions -SUBDIRS = lib doc utils test-tool examples +SUBDIRS = lib doc utils test-tool tests examples ACLOCAL_AMFLAGS =-I m4 AUTOMAKE_OPTIONS = foreign subdir-objects