aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/Makefile.am
blob: 8d673ed525ad4581d9b4d8055376823f3de2b5bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
SUBDIRS = 	               	\
		block-create	\
		block-list	\
		block-destroy   \
		block-integrity \
		console		\
		create 		\
		destroy		\
		dmesg		\
		domid		\
		domname		\
		help		\
		info		\
		list		\
		memmax		\
		memset		\
		network		\
		network-attach	\
		pause		\
		reboot 		\
		sched-credit	\
		sedf		\
		shutdown	\
		sysrq		\
		unpause         \
		vcpu-disable    \
		vcpu-pin	\
		vtpm            \
		enforce_dom0_cpus	\
		save restore migrate	\
		cpupool

EXTRA_DIST = $(SUBDIRS) Makefile.am.template

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

clean-local: am_config_clean-local

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