Statistics
| Branch: | Tag: | Revision:

root / test / Makefile.am @ eeb1d86a

History | View | Annotate | Download (432 Bytes)

1
TESTS = \
2
  ganeti.config_unittest.py \
3
  ganeti.hooks_unittest.py \
4
  ganeti.utils_unittest.py \
5
  ganeti.bdev_unittest.py \
6
  ganeti.ssh_unittest.py \
7
  ganeti.locking_unittest.py \
8
  ganeti.constants_unittest.py
9

    
10
TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir)
11

    
12
check-am: do-pre-check
13

    
14
do-pre-check:
15
	$(MAKE) -C $(top_builddir) pre-check
16

    
17
EXTRA_DIST = $(TESTS) testutils.py mocks.py $(wildcard data/*.txt)
18
CLEANFILES = *.py[co]