Fix cabal file: missing include-dirs for test-suite
parent
f8d5c529ec
commit
9d0fb2a268
|
@ -111,6 +111,8 @@ test-suite tests
|
|||
main-is: TestMain.hs
|
||||
other-modules:
|
||||
hs-source-dirs: src-tests
|
||||
include-dirs:
|
||||
srcinc
|
||||
default-extensions: {
|
||||
CPP
|
||||
|
||||
|
|
Loading…
Reference in New Issue