hnix.cabal: add tests/files to extra-source-files

Better add all of them so we don't accidentally hit
this again when we add tests using other than findFile.nix.

Closes #612.
This commit is contained in:
Richard Marko 2020-06-03 10:05:47 +02:00 committed by Anton Latukha
parent a3ba906d8f
commit 24c74f26c3
1 changed files with 15 additions and 0 deletions

View File

@ -780,6 +780,21 @@ extra-source-files:
tests/eval-compare/ind-string-15.nix
tests/eval-compare/ind-string-16.nix
tests/eval-compare/ind-string-17.nix
tests/files/attrs.nix
tests/files/callLibs.nix
tests/files/eighty.nix
tests/files/file.nix
tests/files/file2.nix
tests/files/findFile.nix
tests/files/force.nix
tests/files/goodbye.nix
tests/files/hello.nix
tests/files/hello2.nix
tests/files/if-then.nix
tests/files/lint.nix
tests/files/loop.nix
tests/files/test.nix
tests/files/with.nix
source-repository head
type: git