(test_template_insn): Delete .s/.d files afterwards.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 10 Apr 1995 07:36:06 +0000 (07:36 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 10 Apr 1995 07:36:06 +0000 (07:36 +0000)
(main body): Run ld, st tests.

gas/testsuite/gas/arc/arc.exp

index 0c820bbb1da6e75406396e193d1066e8394c3a35..a8233b0c43bf4d4451516607922ad095343067a9 100644 (file)
@@ -65,6 +65,9 @@ proc test_template_insn { cpu tmpl opcode icode } {
     # Finally, run the test.
 
     run_dump_test $objdir/$opcode
+
+    # "make clean" won't delete these, so for now we must.
+    catch "exec rm -f $objdir/$opcode.s $objdir/$opcode.d"
 }
 
 # Run the tests.
@@ -103,12 +106,10 @@ if [istarget arc*-*-*] then {
     test_template_insn base insn3 extw 8
 
     run_dump_test "flag"
-
-#    run_dump_test "ld"
-#    run_dump_test "lr"
 #    run_dump_test "nop"
-#    run_dump_test "st"
-#    run_dump_test "sr"
+
+    run_dump_test "ld"
+    run_dump_test "st"
 
     # Host extension instructions
     run_dump_test "mul64"
This page took 0.028542 seconds and 4 git commands to generate.