summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index cd42b26..847aaad 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -18,6 +18,7 @@ sample_unittest_LDADD = $(top_builddir)/sample.o
check_PROGRAMS += %reldir%/sample_unittest
# Build/add oemrouter_unittest to test suite
-check_PROGRAMS += oemrouter_unittest
-oemrouter_unittest_SOURCES = oemrouter_unittest.cpp
-oemrouter_unittest_LDADD = $(top_builddir)/oemrouter.o
+# Issue #3325
+#check_PROGRAMS += oemrouter_unittest
+#oemrouter_unittest_SOURCES = oemrouter_unittest.cpp
+#oemrouter_unittest_LDADD = $(top_builddir)/oemrouter.o
OpenPOWER on IntegriCloud