diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-05-26 15:32:12 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-05-26 15:32:12 +0200 |
commit | a932f63a030392928831464f3c7e64e42ce5a763 (patch) | |
tree | 249ad444f8222224ee062efa6c1f8d3b62f70189 /compiler | |
parent | 16ebd8a3b5725545a28608a3eb73b12cdd75b3af (diff) | |
parent | b8fbe6c711927c9977c90d5253cb90a83c845314 (diff) | |
download | Nim-a932f63a030392928831464f3c7e64e42ce5a763.tar.gz |
Merge pull request #2808 from avsej/fix-dist-testdata
Ship all testdata with dist
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/installer.ini | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini index fff82cb5b..821309a34 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -203,7 +203,11 @@ Files: "tests/stdlib/*.nim" Files: "tests/system/*.nim" Files: "tests/template/*.nim" Files: "tests/testament/*.nim" -Files: "tests/testdata/*.nim" +Files: "tests/testdata/*.csv" +Files: "tests/testdata/*.html" +Files: "tests/testdata/*.json" +Files: "tests/testdata/*.txt" +Files: "tests/testdata/*.xml" Files: "tests/threads/*.nim" Files: "tests/threads/*.cfg" Files: "tests/trmacros/*.nim" |