Remove tests/ subdirectory
The tests in the `tests` subdirectory are only run by the GHC testsuite. Following ghc/ghc#22622 the tests will be moved from the git submodule to the `testsuite/tests` directory in GHC itself.
Showing
- tests/.gitignore 0 additions, 31 deletionstests/.gitignore
- tests/Makefile 0 additions, 15 deletionstests/Makefile
- tests/T1780.hs 0 additions, 19 deletionstests/T1780.hs
- tests/T1780.stdout 0 additions, 1 deletiontests/T1780.stdout
- tests/T3231.hs 0 additions, 22 deletionstests/T3231.hs
- tests/T3231.stdout 0 additions, 1 deletiontests/T3231.stdout
- tests/T3994.hs 0 additions, 22 deletionstests/T3994.hs
- tests/T3994.stdout 0 additions, 2 deletionstests/T3994.stdout
- tests/T3994app.hs 0 additions, 10 deletionstests/T3994app.hs
- tests/T4198.hs 0 additions, 3 deletionstests/T4198.hs
- tests/T4198.stdout 0 additions, 1 deletiontests/T4198.stdout
- tests/T4198.stdout-mingw32 0 additions, 1 deletiontests/T4198.stdout-mingw32
- tests/T4889.hs 0 additions, 10 deletionstests/T4889.hs
- tests/T4889.stdout 0 additions, 2 deletionstests/T4889.stdout
- tests/T8343.hs 0 additions, 8 deletionstests/T8343.hs
- tests/T8343.stdout 0 additions, 2 deletionstests/T8343.stdout
- tests/T9775/Makefile 0 additions, 12 deletionstests/T9775/Makefile
- tests/T9775/T9775_fail.hs 0 additions, 7 deletionstests/T9775/T9775_fail.hs
- tests/T9775/T9775_fail.stdout 0 additions, 2 deletionstests/T9775/T9775_fail.stdout
- tests/T9775/T9775_good.hs 0 additions, 7 deletionstests/T9775/T9775_good.hs
tests/.gitignore
deleted
100644 → 0
tests/Makefile
deleted
100644 → 0
tests/T1780.hs
deleted
100644 → 0
tests/T1780.stdout
deleted
100644 → 0
tests/T3231.hs
deleted
100644 → 0
tests/T3231.stdout
deleted
100644 → 0
tests/T3994.hs
deleted
100644 → 0
tests/T3994.stdout
deleted
100644 → 0
tests/T3994app.hs
deleted
100644 → 0
tests/T4198.hs
deleted
100644 → 0
tests/T4198.stdout
deleted
100644 → 0
tests/T4198.stdout-mingw32
deleted
100644 → 0
tests/T4889.hs
deleted
100644 → 0
tests/T4889.stdout
deleted
100644 → 0
tests/T8343.hs
deleted
100644 → 0
tests/T8343.stdout
deleted
100644 → 0
tests/T9775/Makefile
deleted
100644 → 0
tests/T9775/T9775_fail.hs
deleted
100644 → 0
tests/T9775/T9775_fail.stdout
deleted
100644 → 0
tests/T9775/T9775_good.hs
deleted
100644 → 0
Please register or sign in to comment