diff options
author | Sergey Avseyev <sergey.avseyev@gmail.com> | 2015-05-26 14:55:13 +0300 |
---|---|---|
committer | Sergey Avseyev <sergey.avseyev@gmail.com> | 2015-05-26 15:46:57 +0300 |
commit | b8fbe6c711927c9977c90d5253cb90a83c845314 (patch) | |
tree | 249ad444f8222224ee062efa6c1f8d3b62f70189 | |
parent | 16ebd8a3b5725545a28608a3eb73b12cdd75b3af (diff) | |
download | Nim-b8fbe6c711927c9977c90d5253cb90a83c845314.tar.gz |
Ship all testdata with dist
-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" |