From: Yoshitaka Aharen Date: Wed, 26 Dec 2012 11:50:55 +0000 (+0900) Subject: [2157] rename test script for gen-statisticsitems.py X-Git-Tag: bind10-1.1.0beta1-release~85^2~5^2~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba18b3b37595da5364dd82adfb880d3cb5d916d2;p=thirdparty%2Fkea.git [2157] rename test script for gen-statisticsitems.py --- diff --git a/src/bin/auth/tests/Makefile.am b/src/bin/auth/tests/Makefile.am index f39529d9f9..8efaed71ff 100644 --- a/src/bin/auth/tests/Makefile.am +++ b/src/bin/auth/tests/Makefile.am @@ -78,11 +78,11 @@ run_unittests_LDADD += $(top_builddir)/src/lib/config/tests/libfake_session.la run_unittests_LDADD += $(GTEST_LDADD) run_unittests_LDADD += $(SQLITE_LIBS) -EXTRA_DIST = statisticsitems.py +EXTRA_DIST = gen-statisticsitems_test.py check-local: B10_FROM_BUILD=${abs_top_builddir} ./run_unittests - $(PYTHON) $(srcdir)/statisticsitems.py $(top_builddir)/src/bin/auth/b10-auth.xml + $(PYTHON) $(srcdir)/gen-statisticsitems_test.py $(top_builddir)/src/bin/auth/b10-auth.xml noinst_PROGRAMS = run_unittests diff --git a/src/bin/auth/tests/statisticsitems.py b/src/bin/auth/tests/gen-statisticsitems_test.py similarity index 100% rename from src/bin/auth/tests/statisticsitems.py rename to src/bin/auth/tests/gen-statisticsitems_test.py