diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-25 01:28:17 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-25 01:28:17 +0000 |
commit | 4a33b6e89e6e8c89cb0b0ed70685ad7b67240744 (patch) | |
tree | 4ae54f60f999858ff6b4649c943fcecc262ce16b /testsuite/tests/driver/Makefile | |
parent | 3e70ca7a0865f5cf2e7c3134803a4645423da791 (diff) | |
download | haskell-4a33b6e89e6e8c89cb0b0ed70685ad7b67240744.tar.gz |
Rename some tests to not start with a digit
Diffstat (limited to 'testsuite/tests/driver/Makefile')
-rw-r--r-- | testsuite/tests/driver/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/driver/Makefile b/testsuite/tests/driver/Makefile index e293772f49..bd24b2e88d 100644 --- a/testsuite/tests/driver/Makefile +++ b/testsuite/tests/driver/Makefile @@ -411,7 +411,7 @@ test200: # ----------------------------------------------------------------------------- -2566:: +T2566:: if "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) -c foo2566.bar; then false else true; fi .PHONY: mode001 @@ -439,10 +439,10 @@ shared001: # ----------------------------------------------------------------------------- -3674: - $(RM) 3674*.o 3674*.hi 3674_pre - "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) --make 3674_pre.hs - "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) --make 3674.hs +T3674: + $(RM) T3674*.o T3674*.hi T3674_pre + "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) --make T3674_pre.hs + "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) --make T3674.hs .PHONY: rtsopts001 rtsopts001: |