[commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (79880ac)
Ian Lynagh
igloo at earth.li
Sat Jan 26 01:29:25 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/79880ace1bd1882ef16a81e403aac4d786da85f0
>---------------------------------------------------------------
commit 79880ace1bd1882ef16a81e403aac4d786da85f0
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Jan 25 16:09:12 2013 +0000
Rename some numeric tests: nnnn -> Tnnnn
>---------------------------------------------------------------
tests/th/{2014 => T2014}/A.hs | 0
tests/th/{2014 => T2014}/A.hs-boot | 0
tests/th/{2014 => T2014}/B.hs | 0
tests/th/{2014 => T2014}/C.hs | 0
tests/th/{2014 => T2014}/Makefile | 2 +-
tests/th/{2014 => T2014}/all.T | 4 ++--
6 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/th/2014/A.hs b/tests/th/T2014/A.hs
similarity index 100%
rename from tests/th/2014/A.hs
rename to tests/th/T2014/A.hs
diff --git a/tests/th/2014/A.hs-boot b/tests/th/T2014/A.hs-boot
similarity index 100%
rename from tests/th/2014/A.hs-boot
rename to tests/th/T2014/A.hs-boot
diff --git a/tests/th/2014/B.hs b/tests/th/T2014/B.hs
similarity index 100%
rename from tests/th/2014/B.hs
rename to tests/th/T2014/B.hs
diff --git a/tests/th/2014/C.hs b/tests/th/T2014/C.hs
similarity index 100%
rename from tests/th/2014/C.hs
rename to tests/th/T2014/C.hs
diff --git a/tests/th/2014/Makefile b/tests/th/T2014/Makefile
similarity index 97%
rename from tests/th/2014/Makefile
rename to tests/th/T2014/Makefile
index eafbcfb..72607a5 100644
--- a/tests/th/2014/Makefile
+++ b/tests/th/T2014/Makefile
@@ -2,7 +2,7 @@ TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
-2014 :
+T2014 :
'$(TEST_HC)' $(TEST_HC_OPTS) -fforce-recomp -c A.hs-boot
'$(TEST_HC)' $(TEST_HC_OPTS) -fforce-recomp -c A.hs
'$(TEST_HC)' $(TEST_HC_OPTS) -fforce-recomp -c B.hs
diff --git a/tests/th/2014/all.T b/tests/th/T2014/all.T
similarity index 75%
rename from tests/th/2014/all.T
rename to tests/th/T2014/all.T
index c679267..212690d 100644
--- a/tests/th/2014/all.T
+++ b/tests/th/T2014/all.T
@@ -1,8 +1,8 @@
setTestOpts(if_compiler_profiled(skip))
-test('2014',
+test('T2014',
[req_interp,
extra_clean(['A.hi-boot','A.hi','A.o','A.o-boot',
'B.hi', 'B.o', 'C.hi', 'C.o'])],
run_command,
- ['$MAKE -s --no-print-directory 2014'])
+ ['$MAKE -s --no-print-directory T2014'])
More information about the ghc-commits
mailing list