Skip to content

Commit 3b6b885

Browse files
committed
Add executable tests to Cabal file.
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent 5ae3520 commit 3b6b885

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cabal-install/cabal-install.cabal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ Extra-Source-Files:
8888
tests/IntegrationTests/new-build/T3460/sub-package-B/B.hs
8989
tests/IntegrationTests/new-build/T3460/sub-package-B/Setup.hs
9090
tests/IntegrationTests/new-build/T3460/sub-package-B/sub-package-B.cabal
91+
tests/IntegrationTests/new-build/executable/Main.hs
92+
tests/IntegrationTests/new-build/executable/Setup.hs
93+
tests/IntegrationTests/new-build/executable/Test.hs
94+
tests/IntegrationTests/new-build/executable/a.cabal
95+
tests/IntegrationTests/new-build/executable/cabal.project
9196
tests/IntegrationTests/new-build/monitor_cabal_files.sh
9297
tests/IntegrationTests/new-build/monitor_cabal_files/cabal.project
9398
tests/IntegrationTests/new-build/monitor_cabal_files/p/P.hs

0 commit comments

Comments
 (0)