Statistics
| Branch: | Tag: | Revision:

root / test / Makefile.am @ 1abbbbe2

History | View | Annotate | Download (399 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 75a5f456 Michael Hanselmann
  ganeti.ssh_unittest.py \
7 162c1c1f Guido Trotter
  ganeti.locking_unittest.py
8 3840729d Iustin Pop
9 9ff7e35c Michael Hanselmann
TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir)
10 a8083063 Iustin Pop
11 9ff7e35c Michael Hanselmann
check-am: do-pre-check
12 9ff7e35c Michael Hanselmann
13 9ff7e35c Michael Hanselmann
do-pre-check:
14 9ff7e35c Michael Hanselmann
	$(MAKE) -C $(top_builddir) pre-check
15 a8083063 Iustin Pop
16 c9c4f19e Michael Hanselmann
EXTRA_DIST = $(TESTS) testutils.py mocks.py $(wildcard data/*.txt)
17 b945849c Michael Hanselmann
CLEANFILES = *.py[co]