|
@@ -34,7 +34,7 @@ check-local:
|
|
|
for shtest in $(SHTESTS) ; do \
|
|
|
echo Running test: $$shtest ; \
|
|
|
export B10_LOCKFILE_DIR_FROM_BUILD=$(abs_top_builddir); \
|
|
|
- $(abs_srcdir)/$$shtest || exit ; \
|
|
|
+ ${SHELL} $(abs_srcdir)/$$shtest || exit ; \
|
|
|
done
|
|
|
|
|
|
|
|
@@ -52,6 +52,8 @@ CLEANFILES = $(builddir)/interfaces.txt $(builddir)/logger_lockfile
|
|
|
CLEANFILES += $(builddir)/load_marker.txt $(builddir)/unload_marker.txt
|
|
|
CLEANFILES += *.json *.log
|
|
|
|
|
|
+DISTCLEANFILES = dhcp4_process_tests.sh
|
|
|
+
|
|
|
AM_CXXFLAGS = $(B10_CXXFLAGS)
|
|
|
if USE_CLANGPP
|
|
|
# Disable unused parameter warning caused by some Boost headers when compiling with clang
|