Skip to content

Commit

Permalink
Remove files associated with old test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind committed Jun 5, 2015
1 parent a42860d commit f539cc5
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 4,745 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
.cabal-sandbox/
cabal.sandbox.config
GNUmakefile
autom4te.cache/
config.log
config.status
configure
dist
dist-install/
ghc.mk
dist/
include/HsDirectoryConfig.h
include/HsDirectoryConfig.h.in
tests/copyFile001dir/target
tests/copyFile002dir/target
*~
2 changes: 0 additions & 2 deletions Setup.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module Main (main) where

import Distribution.Simple
import Distribution.Simple.Program (simpleProgram)

main :: IO ()
main = defaultMainWithHooks autoconfUserHooks
{ hookedPrograms = [simpleProgram "python", simpleProgram "which"] }
29 changes: 1 addition & 28 deletions directory.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description:
This library provides a basic set of operations for manipulating files and
directories in a portable way.
category: System
build-type: Custom
build-type: Configure
cabal-version: >= 1.10
tested-with: GHC>=7.4.1

Expand All @@ -28,24 +28,7 @@ extra-source-files:
directory.buildinfo
include/HsDirectoryConfig.h.in
tests/*.hs
tests/*.stderr
tests/*.stdout
tests/Makefile
tests/all.T
tests/copyFile001dir/source
tests/copyFile002dir/source
tests/createDirectory001.stdout-mingw32
tests/createDirectoryIfMissing001.stdout-mingw32
tests/getDirContents002.stderr-mingw32
tests/getPermissions001.stdout-alpha-dec-osf3
tests/getPermissions001.stdout-i386-unknown-freebsd
tests/getPermissions001.stdout-i386-unknown-openbsd
tests/getPermissions001.stdout-mingw
tests/getPermissions001.stdout-x86_64-unknown-openbsd
tests/util.inl
tools/ghc-test-framework.LICENSE
tools/ghc-test-framework.shar
tools/run-tests

source-repository head
type: git
Expand Down Expand Up @@ -97,13 +80,3 @@ test-suite test
build-depends: Win32
else
build-depends: unix

test-suite test2
default-language: Haskell2010
other-extensions: CPP ForeignFunctionInterface
ghc-options: -Wall
hs-source-dirs: tools
build-tools: python, which
main-is: dispatch-tests.hs
type: exitcode-stdio-1.0
build-depends: base, directory
27 changes: 0 additions & 27 deletions tests/.gitignore

This file was deleted.

Empty file removed tests/all.T
Empty file.
68 changes: 0 additions & 68 deletions tools/dispatch-tests.hs

This file was deleted.

44 changes: 0 additions & 44 deletions tools/ghc-test-framework.LICENSE

This file was deleted.

14 changes: 0 additions & 14 deletions tools/ghc-test-framework.patch

This file was deleted.

Loading

0 comments on commit f539cc5

Please sign in to comment.