Easier testing pocedure
[valse.git] / test / sourceAll.R
diff --git a/test/sourceAll.R b/test/sourceAll.R
deleted file mode 100644 (file)
index 6e790a2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-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)
-}