Statistics
| Branch: | Tag: | Revision:

root / test / Makefile.am @ 162c1c1f

History | View | Annotate | Download (359 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.locking_unittest.py
7

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

    
10
check-am: do-pre-check
11

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

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