Statistics
| Branch: | Tag: | Revision:

root / test / Makefile.am @ 75a5f456

History | View | Annotate | Download (399 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

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

    
11
check-am: do-pre-check
12

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

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