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