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