Skip to content

Commit 4a0ae42

Browse files
authored
Use a relative src dir path in containers-tests instead of a symlink. (#886)
This should make working on containers easier when on windows.
1 parent 0f3e38b commit 4a0ae42

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

containers-tests/containers-tests.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ library
8686
-- this is important for testing; may it affect benchmarks?
8787
cpp-options: -DTESTING
8888

89-
include-dirs: include
90-
hs-source-dirs: src
89+
include-dirs: ../containers/include
90+
hs-source-dirs: ../containers/src
9191

9292
ghc-options: -O2 -Wall
9393
if impl(ghc >= 8.6)

containers-tests/include

Lines changed: 0 additions & 1 deletion
This file was deleted.

containers-tests/src

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)