]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2157] rename test script for gen-statisticsitems.py
authorYoshitaka Aharen <aharen@jprs.co.jp>
Wed, 26 Dec 2012 11:50:55 +0000 (20:50 +0900)
committerYoshitaka Aharen <aharen@jprs.co.jp>
Wed, 26 Dec 2012 11:50:55 +0000 (20:50 +0900)
src/bin/auth/tests/Makefile.am
src/bin/auth/tests/gen-statisticsitems_test.py [moved from src/bin/auth/tests/statisticsitems.py with 100% similarity]

index f39529d9f9e47af6e89bdfde58e9dcade6f9b105..8efaed71ff282eafc025f01456c4db25b8c66d0e 100644 (file)
@@ -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