* gas/mips/mips.exp: Run the new tests, below.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / .Sanitize
1 # .Sanitize for devo/gas/testsuite/gas
2
3 # Each directory to survive its way into a release will need a file
4 # like this one called "./.Sanitize". All keyword lines must exist,
5 # and must exist in the order specified by this file. Each directory
6 # in the tree will be processed, top down, in the following order.
7
8 # Hash started lines like this one are comments and will be deleted
9 # before anything else is done. Blank lines will also be squashed
10 # out.
11
12 # The lines between the "Do-first:" line and the "Things-to-keep:"
13 # line are executed as a /bin/sh shell script before anything else is
14 # done in this directory.
15
16 Do-first:
17
18 for d in gasp i386-bsd ieee.fp mn10x00 ; do
19 if [ -d $d ]; then
20 lose_these_too="$d ${lose_these_too}"
21 fi
22 done
23
24 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
25 keep_these_too="tic80 ${keep_these_too}"
26 else
27 lose_these_too="tic80 ${lose_these_too}"
28 fi
29
30 if ( echo $* | grep keep\-sky > /dev/null ) ; then
31 keep_these_too="dvp ${keep_these_too}"
32 else
33 lose_these_too="dvp ${lose_these_too}"
34 fi
35
36 # All files listed between the "Things-to-keep:" line and the
37 # "Do-last:" line will be kept. All other files will be removed.
38 # Directories listed in this section will have their own Sanitize
39 # called. Directories not listed will be removed in their entirety
40 # with rm -rf.
41
42 Things-to-keep:
43
44 all
45 alpha
46 arc
47 arm
48 d30v
49 fr30
50 h8300
51 hppa
52 i386
53 ieee-fp
54 m32r
55 m68k
56 m68k-coff
57 m88k
58 macros
59 mips
60 mn10200
61 mn10300
62 mri
63 ppc
64 sh
65 sparc
66 sparc-solaris
67 sun4
68 template
69 v850
70 vtable
71 vax
72
73 Things-to-lose:
74
75 # The lines between the "Do-last:" line and the end of the file
76 # are executed as a /bin/sh shell script after everything else is
77 # done.
78
79 Do-last:
80
81 # eof
This page took 0.038895 seconds and 4 git commands to generate.