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