aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/cpupool/Makefile.am
blob: e02aaadfd563718782856c4e4f771a56e0bbe210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS =

TESTS = 01_cpupool_basic_pos.test \
	02_cpupool_manage_pos.test \
	03_cpupool_domain.test \
	04_cpupool_migrate.test

EXTRA_DIST = $(TESTS)

TESTS_ENVIRONMENT=@TENV@

%.test: %.py
	cp $< $@
	chmod +x $@

clean-local: am_config_clean-local

am_config_clean-local:
	rm -f *test
	rm -f *log
	rm -f *~