Skip to content

Commit f539cc5

Browse files
committedJun 5, 2015
Remove files associated with old test framework
1 parent a42860d commit f539cc5

12 files changed

+2
-4745
lines changed
 

‎.gitignore

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
.cabal-sandbox/
22
cabal.sandbox.config
3-
GNUmakefile
43
autom4te.cache/
54
config.log
65
config.status
76
configure
8-
dist
9-
dist-install/
10-
ghc.mk
7+
dist/
118
include/HsDirectoryConfig.h
129
include/HsDirectoryConfig.h.in
13-
tests/copyFile001dir/target
14-
tests/copyFile002dir/target
1510
*~

‎Setup.hs

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module Main (main) where
22

33
import Distribution.Simple
4-
import Distribution.Simple.Program (simpleProgram)
54

65
main :: IO ()
76
main = defaultMainWithHooks autoconfUserHooks
8-
{ hookedPrograms = [simpleProgram "python", simpleProgram "which"] }

‎directory.cabal

+1-28
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description:
1010
This library provides a basic set of operations for manipulating files and
1111
directories in a portable way.
1212
category: System
13-
build-type: Custom
13+
build-type: Configure
1414
cabal-version: >= 1.10
1515
tested-with: GHC>=7.4.1
1616

@@ -28,24 +28,7 @@ extra-source-files:
2828
directory.buildinfo
2929
include/HsDirectoryConfig.h.in
3030
tests/*.hs
31-
tests/*.stderr
32-
tests/*.stdout
33-
tests/Makefile
34-
tests/all.T
35-
tests/copyFile001dir/source
36-
tests/copyFile002dir/source
37-
tests/createDirectory001.stdout-mingw32
38-
tests/createDirectoryIfMissing001.stdout-mingw32
39-
tests/getDirContents002.stderr-mingw32
40-
tests/getPermissions001.stdout-alpha-dec-osf3
41-
tests/getPermissions001.stdout-i386-unknown-freebsd
42-
tests/getPermissions001.stdout-i386-unknown-openbsd
43-
tests/getPermissions001.stdout-mingw
44-
tests/getPermissions001.stdout-x86_64-unknown-openbsd
4531
tests/util.inl
46-
tools/ghc-test-framework.LICENSE
47-
tools/ghc-test-framework.shar
48-
tools/run-tests
4932

5033
source-repository head
5134
type: git
@@ -97,13 +80,3 @@ test-suite test
9780
build-depends: Win32
9881
else
9982
build-depends: unix
100-
101-
test-suite test2
102-
default-language: Haskell2010
103-
other-extensions: CPP ForeignFunctionInterface
104-
ghc-options: -Wall
105-
hs-source-dirs: tools
106-
build-tools: python, which
107-
main-is: dispatch-tests.hs
108-
type: exitcode-stdio-1.0
109-
build-depends: base, directory

‎tests/.gitignore

-27
This file was deleted.

‎tests/all.T

Whitespace-only changes.

‎tools/dispatch-tests.hs

-68
This file was deleted.

‎tools/ghc-test-framework.LICENSE

-44
This file was deleted.

‎tools/ghc-test-framework.patch

-14
This file was deleted.

‎tools/ghc-test-framework.shar

-4,282
This file was deleted.

‎tools/run-tests

-71
This file was deleted.

‎tools/update-extra-source-files

-123
This file was deleted.

‎tools/update-test-framework

-80
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.