Fix typo in last commit.
[ganeti-local] / test / Makefile.am
1 TESTS = ganeti.hooks_unittest.py ganeti.utils_unittest.py
2 TESTS_ENVIRONMENT = PYTHONPATH=.:$(srcdir)
3
4 check_DATA = ganeti
5 ganeti:
6         rm -f ganeti
7         ln -s $(top_srcdir)/lib ganeti
8
9 EXTRA_DIST = $(TESTS) mocks.py
10 CLEANFILES = *.py[co]
11 MAINTAINERCLEANFILES = ganeti