summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-05-22 22:04:03 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-05-23 18:56:57 -0400
commit83c4349e79252f476912d0305ac0e33828d6d54f (patch)
treee965b42a5ae2482620c6cad865fc9cee0014e3ba /src/Makefile.am
parent870c3fc67cd66cfd90bf262433f5141e76fc2145 (diff)
downloadphosphor-dbus-monitor-83c4349e79252f476912d0305ac0e33828d6d54f.tar.gz
phosphor-dbus-monitor-83c4349e79252f476912d0305ac0e33828d6d54f.zip
build: Add a test directory
Add a test directory to host future unit tests. Change-Id: I5072cb3055386f7b1718edc45241c723d9e63a54 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud