Statistics
| Branch: | Tag: | Revision:

root / test / Makefile.am @ 9ff7e35c

History | View | Annotate | Download (276 Bytes)

1
TESTS = \
2
  ganeti.config_unittest.py \
3
  ganeti.hooks_unittest.py \
4
  ganeti.utils_unittest.py
5
TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir)
6

    
7
check-am: do-pre-check
8

    
9
do-pre-check:
10
	$(MAKE) -C $(top_builddir) pre-check
11

    
12
EXTRA_DIST = $(TESTS) mocks.py
13
CLEANFILES = *.py[co]