summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.am6
-rw-r--r--test/parser/test.vpd (renamed from test/test.vpd)bin165 -> 165 bytes
2 files changed, 2 insertions, 4 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 4e69969..7c09b1c 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,13 +1,11 @@
AM_CPPFLAGS = -I$(top_srcdir)
-check_PROGRAMS =
-
TESTS = $(check_PROGRAMS)
-check_PROGRAMS += store_test
+check_PROGRAMS = store_test
store_test_SOURCES = store/store.cpp
-check_PROGRAMS += parser_test
+noinst_PROGRAMS = parser_test
parser_test_SOURCES = \
parser/parser.cpp \
../impl.cpp \
diff --git a/test/test.vpd b/test/parser/test.vpd
index bc4fc0e..bc4fc0e 100644
--- a/test/test.vpd
+++ b/test/parser/test.vpd
Binary files differ
OpenPOWER on IntegriCloud