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