From b8fbe6c711927c9977c90d5253cb90a83c845314 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Tue, 26 May 2015 14:55:13 +0300 Subject: [PATCH] Ship all testdata with dist --- compiler/installer.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/installer.ini b/compiler/installer.ini index fff82cb5b1..821309a345 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"