test contrib as well

This commit is contained in:
john30
2016-10-16 12:42:00 +02:00
parent 23d7318e0b
commit e190b9465c
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ before_install:
script:
- ./autogen.sh --enable-coverage && make all test
- (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message)
- (cd src/lib/ebus/contrib/test && ./test_contrib)
- ./src/ebusd/ebusd --help
- ./test_coverage.sh
after_success:
+3
View File
@@ -11,6 +11,9 @@ EXTRA_DIST = LICENSE \
test:
$(MAKE) -C src/lib/ebus/test
if CONTRIB
$(MAKE) -C src/lib/ebus/contrib/test
endif
distclean-local:
-rm -rf autom4te.cache
+3 -3
View File
@@ -1,10 +1,10 @@
AM_CXXFLAGS = -Wno-unused-parameter \
-isystem$(top_srcdir)/src/lib/ebus -isystem../
noinst_PROGRAMS = test_tem
noinst_PROGRAMS = test_contrib
test_tem_SOURCES = test_tem.cpp
test_tem_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
test_contrib_SOURCES = test_tem.cpp
test_contrib_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
distclean-local:
-rm -f Makefile.in