From 83c4349e79252f476912d0305ac0e33828d6d54f Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 22 May 2017 22:04:03 -0400 Subject: build: Add a test directory Add a test directory to host future unit tests. Change-Id: I5072cb3055386f7b1718edc45241c723d9e63a54 Signed-off-by: Brad Bishop --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 3fc5554..0dfe63b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,3 +29,5 @@ generated.hpp: $(PDMGEN) $(YAML_PATH) $(TEMPLATES) -d ${srcdir}/example \ -o ${builddir}/$@ \ generate-cpp + +SUBDIRS = . test -- cgit v1.2.1