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

TESTS = 01_mytest.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 *~