summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/test/.gitignore2
-rw-r--r--src/test/Makefile.am13
3 files changed, 17 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
diff --git a/src/test/.gitignore b/src/test/.gitignore
new file mode 100644
index 0000000..7e563b8
--- /dev/null
+++ b/src/test/.gitignore
@@ -0,0 +1,2 @@
+*.log
+*.trs
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
new file mode 100644
index 0000000..c44bffa
--- /dev/null
+++ b/src/test/Makefile.am
@@ -0,0 +1,13 @@
+include $(top_srcdir)/vars.mk
+
+AM_CPPFLAGS = -iquote$(top_srcdir)/src
+gtest_cflags = $(PTHREAD_CFLAGS)
+gtest_ldadd = -lgtest -lgtest_main -lgmock $(PTHREAD_LIBS)
+
+TEMPLATESEARCH+=${srcdir}/templates
+
+check_PROGRAMS =
+BUILT_SOURCES =
+CLEANFILES =
+
+TESTS = $(check_PROGRAMS)
OpenPOWER on IntegriCloud