summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c1140b)
raw | patch | inline | side by side (parent: 8c1140b)
author | John Dowdal <jdowdal@ti.com> | |
Mon, 20 May 2013 15:09:15 +0000 (11:09 -0400) | ||
committer | John Dowdal <jdowdal@ti.com> | |
Mon, 20 May 2013 15:09:15 +0000 (11:09 -0400) |
test/Module.xs | patch | blob | history |
diff --git a/test/Module.xs b/test/Module.xs
index b05000b91be71cfc4a1cac972742a9ebbb334c5d..068e9ae079bae66308543ec5bb6e0c5d0fa9d164 100644 (file)
--- a/test/Module.xs
+++ b/test/Module.xs
for (var k = 0 ; k < testFiles.length; k++)
Pkg.otherFiles[Pkg.otherFiles.length++] = testFiles[k];
+ /* Add all the .cfg.xs files to the release package. */
+ var testFiles = libUtility.listAllFiles (".cfg.xs", "test", true);
+ for (var k = 0 ; k < testFiles.length; k++)
+ Pkg.otherFiles[Pkg.otherFiles.length++] = testFiles[k];
+
/* Add the .txt to the package */
var testFiles = libUtility.listAllFiles (".txt", "test", true);
for (var k = 0 ; k < testFiles.length; k++)