Update NEWS file and release Ganeti 1.2.9
[ganeti-local] / test / Makefile.am
1 TESTS = \
2   ganeti.config_unittest.py \
3   ganeti.hooks_unittest.py \
4   ganeti.utils_unittest.py \
5   ganeti.bdev_unittest.py \
6   ganeti.rapi.resources_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]