X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=test%2FsourceAll.R;fp=test%2FsourceAll.R;h=0000000000000000000000000000000000000000;hp=6e790a2169b2947f0c76ea9dff0f30ecbced1411;hb=d7e82077fa960affdb576427b44648e51726255e;hpb=390625126a7ca58dafd2b4834f2f1d7a527d019f diff --git a/test/sourceAll.R b/test/sourceAll.R deleted file mode 100644 index 6e790a2..0000000 --- a/test/sourceAll.R +++ /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) -}