~ressu/+junk/xen-ubuntu

« back to all changes in this revision

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

  • Committer: sami at haahtinen
  • Author(s): Bastian Blank
  • Date: 2010-09-03 15:14:28 UTC
  • Revision ID: sami@haahtinen.name-20100903151428-f88eg54n2fdnak41
Tags: upstream-4.0.1
ImportĀ upstreamĀ versionĀ 4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS =
 
2
 
 
3
TESTS = 01_sedf_period_slice_pos.test \
 
4
        02_sedf_period_lower_neg.test \
 
5
        03_sedf_slice_lower_neg.test  \
 
6
        04_sedf_slice_upper_neg.test  \
 
7
        05_sedf_extratime_pos.test    \
 
8
        06_sedf_extratime_disable_neg.test
 
9
 
 
10
XFAIL_TESTS = 
 
11
 
 
12
EXTRA_DIST = $(TESTS) $(XFAIL_TESTS)
 
13
 
 
14
TESTS_ENVIRONMENT=@TENV@
 
15
 
 
16
%.test: %.py
 
17
        cp $< $@
 
18
        chmod +x $@
 
19
 
 
20
clean-local: am_config_clean-local
 
21
 
 
22
am_config_clean-local:
 
23
        rm -f *test
 
24
        rm -f *log
 
25
        rm -f *~