~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to tools/xm-test/tests/domname/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS =
 
2
 
 
3
TESTS = 01_domname_basic_pos.test 02_domname_basic_neg.test
 
4
 
 
5
XFAIL_TESTS = 
 
6
 
 
7
EXTRA_DIST = $(TESTS) $(XFAIL_TESTS)
 
8
 
 
9
TESTS_ENVIRONMENT=@TENV@
 
10
 
 
11
%.test: %.py
 
12
        cp $< $@
 
13
        chmod +x $@
 
14
 
 
15
clean-local: am_config_clean-local
 
16
 
 
17
am_config_clean-local:
 
18
        rm -f *test
 
19
        rm -f *log
 
20
        rm -f *~
 
21