Statistics
| Branch: | Tag: | Revision:

root / test / Makefile.am @ d6646186

History | View | Annotate | Download (359 Bytes)

1 9ff7e35c Michael Hanselmann
TESTS = \
2 9ff7e35c Michael Hanselmann
  ganeti.config_unittest.py \
3 9ff7e35c Michael Hanselmann
  ganeti.hooks_unittest.py \
4 3840729d Iustin Pop
  ganeti.utils_unittest.py \
5 162c1c1f Guido Trotter
  ganeti.bdev_unittest.py \
6 162c1c1f Guido Trotter
  ganeti.locking_unittest.py
7 3840729d Iustin Pop
8 9ff7e35c Michael Hanselmann
TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir)
9 a8083063 Iustin Pop
10 9ff7e35c Michael Hanselmann
check-am: do-pre-check
11 9ff7e35c Michael Hanselmann
12 9ff7e35c Michael Hanselmann
do-pre-check:
13 9ff7e35c Michael Hanselmann
	$(MAKE) -C $(top_builddir) pre-check
14 a8083063 Iustin Pop
15 b6f2e47f Iustin Pop
EXTRA_DIST = $(TESTS) mocks.py $(wildcard data/*.txt)
16 b945849c Michael Hanselmann
CLEANFILES = *.py[co]