Skip to content

Commit

Permalink
import Example into unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfowler committed Nov 29, 2023
1 parent a4fa073 commit e55b6b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circuit-notation.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ Test-Suite library-testsuite
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: unittests.hs
hs-source-dirs: tests
build-depends: base, circuit-notation
other-modules: Example
hs-source-dirs: tests, example
build-depends: base, circuit-notation, clash-prelude >= 1.0
1 change: 1 addition & 0 deletions tests/unittests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
module Main where

import Circuit
import Example

main :: IO ()
main = pure ()

0 comments on commit e55b6b9

Please sign in to comment.