Browse Source

[2157] rename test script for gen-statisticsitems.py

Yoshitaka Aharen 12 years ago
parent
commit
ba18b3b375
2 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/auth/tests/Makefile.am
  2. 0 0
      src/bin/auth/tests/gen-statisticsitems_test.py

+ 2 - 2
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
 

src/bin/auth/tests/statisticsitems.py → src/bin/auth/tests/gen-statisticsitems_test.py