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

TESTS = 01_migrate_localhost_pos.test

XFAIL_TESTS = 

EXTRA_DIST = $(TESTS) $(XFAIL_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 *~