Skip to content

Commit

Permalink
Remove useless bf-test executable
Browse files Browse the repository at this point in the history
This executable is identical to the test suite and provides no additional
value. Moreover, it requires duplicating `build-depends` information to
maintain. Let's just remove it.
  • Loading branch information
RyanGlScott committed Nov 28, 2023
1 parent d24a5b7 commit 2143697
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libBF.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ library
ghc-options: -Wall
default-language: Haskell2010

executable bf-test
main-is: RunUnitTests.hs
hs-source-dirs: tests
build-depends: base, libBF
default-language: Haskell2010


test-suite libBF-tests
type: exitcode-stdio-1.0
hs-source-dirs: tests
Expand Down

0 comments on commit 2143697

Please sign in to comment.