mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
moved src/lib/config/testdata under src/lib/config/tests/ for consistency.
adjusted paths to the data in other files. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac344@2978 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
@@ -456,7 +456,7 @@ AC_CONFIG_FILES([Makefile
|
||||
src/lib/python/isc/notify/tests/Makefile
|
||||
src/lib/config/Makefile
|
||||
src/lib/config/tests/Makefile
|
||||
src/lib/config/testdata/Makefile
|
||||
src/lib/config/tests/testdata/Makefile
|
||||
src/lib/dns/Makefile
|
||||
src/lib/dns/tests/Makefile
|
||||
src/lib/dns/python/Makefile
|
||||
|
@@ -1,4 +1,4 @@
|
||||
SUBDIRS = . testdata tests
|
||||
SUBDIRS = . tests
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
|
||||
AM_CPPFLAGS += -I$(top_builddir)/src/lib/cc
|
||||
|
@@ -1,3 +1,5 @@
|
||||
SUBDIRS = testdata .
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
|
||||
|
||||
AM_CXXFLAGS = $(B10_CXXFLAGS)
|
||||
|
@@ -12,4 +12,4 @@
|
||||
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
// PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
#define TEST_DATA_PATH "@abs_srcdir@/../testdata"
|
||||
#define TEST_DATA_PATH "@abs_srcdir@/testdata"
|
||||
|
@@ -10,7 +10,7 @@ check-local:
|
||||
for pytest in $(PYTESTS) ; do \
|
||||
echo Running test: $$pytest ; \
|
||||
env PYTHONPATH=$(abs_top_srcdir)/src/lib/python:$(abs_top_builddir)/src/lib/python \
|
||||
CONFIG_TESTDATA_PATH=$(abs_top_srcdir)/src/lib/config/testdata \
|
||||
CONFIG_WR_TESTDATA_PATH=$(abs_top_builddir)/src/lib/config/testdata \
|
||||
CONFIG_TESTDATA_PATH=$(abs_top_srcdir)/src/lib/config/tests/testdata \
|
||||
CONFIG_WR_TESTDATA_PATH=$(abs_top_builddir)/src/lib/config/tests/testdata \
|
||||
$(PYCOVERAGE) $(abs_srcdir)/$$pytest || exit ; \
|
||||
done
|
||||
|
Reference in New Issue
Block a user