Folder reorganization
[valse.git] / test / sourceAll.R
diff --git a/test/sourceAll.R b/test/sourceAll.R
new file mode 100644 (file)
index 0000000..6e790a2
--- /dev/null
@@ -0,0 +1,6 @@
+for (file in list.files("generate_test_data",full.names=TRUE,recursive=TRUE))
+{
+       file_name_length = nchar(file)
+       if (substr(file, file_name_length, file_name_length) == "R")
+               source(file)
+}