Skip to content

Commit

Permalink
Switch test suite to a direct cradle
Browse files Browse the repository at this point in the history
Much faster
  • Loading branch information
pepeiborra committed Feb 10, 2021
1 parent a71c001 commit 9280cc8
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 78 deletions.
1 change: 0 additions & 1 deletion plugins/hls-eval-plugin/test/testdata/cabal.project

This file was deleted.

4 changes: 0 additions & 4 deletions plugins/hls-eval-plugin/test/testdata/hie-cabal.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions plugins/hls-eval-plugin/test/testdata/hie-stack.yaml

This file was deleted.

53 changes: 50 additions & 3 deletions plugins/hls-eval-plugin/test/testdata/hie.yaml
@@ -1,4 +1,51 @@
# Use a direct cradle to avoid the absurdly long Cabal waiting times
cradle:
cabal:
- path: "././"
component: "lib:test"
direct:
arguments:
- -package QuickCheck
- -Wall
- -i.
- T1.hs
- T2.hs
- T3.hs
- T4.hs
- T5.hs
- T6.hs
- T7.hs
- T8.hs
- T9.hs
- T10.hs
- T11.hs
- T12.hs
- T13.hs
- T14.hs
- T15.hs
- T16.hs
- T17.hs
- T18.hs
- T19.hs
- T20.hs
- T21.hs
- T22.hs
- T23.hs
- T24.hs
- T25.hs
- T26.hs
- T27.hs
- TEndingMulti.hs
- TMulti.hs
- TPlainComment.hs
- THaddock.hs
- TCompare.hs
- TLocalImport.hs
- TLocalImportInTest.hs
- TLanguageOptionsTupleSections.hs
- TIO.hs
- TProperty.hs
- TPrelude.hs
- TCPP.hs
- TLHS.hs
- TSetup.hs
- Util.hs
- TNested.hs

4 changes: 0 additions & 4 deletions plugins/hls-eval-plugin/test/testdata/stack.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions plugins/hls-eval-plugin/test/testdata/test.cabal

This file was deleted.

0 comments on commit 9280cc8

Please sign in to comment.