Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 9819903

Browse files
committed
Add CodeActionRename as a executable to test project
1 parent 8e91d80 commit 9819903

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

test/testdata/testdata.cabal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ executable applyrefact2
1313
main-is: ApplyRefact2.hs
1414
default-language: Haskell2010
1515

16+
executable codeactionrename
17+
build-depends: base
18+
main-is: CodeActionRename.hs
19+
default-language: Haskell2010
20+
1621
executable hover
1722
build-depends: base
1823
main-is: Hover.hs

test/utils/TestUtils.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ testdataHieYamlCradleStackContents = unlines
225225
, " component: \"testdata:exe:applyrefact\""
226226
, " - path: \"ApplyRefact2.hs\""
227227
, " component: \"testdata:exe:applyrefact2\""
228+
, " - path: \"CodeActionRename.hs\""
229+
, " component: \"testdata:exe:codeactionrename\""
228230
, " - path: \"Hover.hs\""
229231
, " component: \"testdata:exe:hover\""
230232
, " - path: \"Symbols.hs\""

0 commit comments

Comments
 (0)