--- tests/testthat/testthat.R.orig	2019-04-28 20:09:44.000000000 +0800
+++ tests/testthat/testthat.R	2023-07-11 12:44:55.000000000 +0800
@@ -12,41 +12,41 @@
 
 cat("\n========================== Group 0 tests ==========================\n")
 
-test_file(path = "Group0/test_BuildModel.R")
-test_file(path = "Group0/test_rprior.R")
-test_file(path = "Group0/test_GetParameterMatrix.R")
-test_file(path = "Group0/test_likelihood.R")
-test_file(path = "Group0/test_p_df.R")
-test_file(path = "Group0/test_make_level_array.R")
-test_file(path = "Group0/test_tnorm.R")
-test_file(path = "Group0/test_BuildPrior.R")
-test_file(path = "Group0/test_GetNsim.R")
+test_file(path = "testthat/Group0/test_BuildModel.R")
+test_file(path = "testthat/Group0/test_rprior.R")
+test_file(path = "testthat/Group0/test_GetParameterMatrix.R")
+test_file(path = "testthat/Group0/test_likelihood.R")
+test_file(path = "testthat/Group0/test_p_df.R")
+test_file(path = "testthat/Group0/test_make_level_array.R")
+test_file(path = "testthat/Group0/test_tnorm.R")
+test_file(path = "testthat/Group0/test_BuildPrior.R")
+test_file(path = "testthat/Group0/test_GetNsim.R")
 
 cat("\n========================== Group 1 tests ==========================\n")
 
-test_file(path = "Group1/test_checks.R")
-test_file(path = "Group1/test_analysis_one.R")
-test_file(path = "Group1/test_analysis_hyper.R")
-test_file(path = "Group1/test_LBA1S.R")
-test_file(path = "Group1/test_DDM1S.R")
+test_file(path = "testthat/Group1/test_checks.R")
+test_file(path = "testthat/Group1/test_analysis_one.R")
+test_file(path = "testthat/Group1/test_analysis_hyper.R")
+test_file(path = "testthat/Group1/test_LBA1S.R")
+test_file(path = "testthat/Group1/test_DDM1S.R")
 
 cat("\n========================== Group 2 tests ==========================\n")
 
-# test_file(path = "Group2/test_LBA8S.R")
-# test_file(path = "Group2/test_DDM8S.R")
-# test_file(path = "Group2/test_hWiener.R")
-# test_file(path = "Group2/test_HLBA.R")
-# test_file(path = "Group2/test_HDDM.R")
+# test_file(path = "testthat/Group2/test_LBA8S.R")
+# test_file(path = "testthat/Group2/test_DDM8S.R")
+# test_file(path = "testthat/Group2/test_hWiener.R")
+# test_file(path = "testthat/Group2/test_HLBA.R")
+# test_file(path = "testthat/Group2/test_HDDM.R")
 
 cat("\n========================== Group 3 tests ==========================\n")
 
 # DO NOT test these; they need to be pre-compiled
-# test_file(path = "Group3/test_fptpdf.R")
-# test_file(path = "Group3/test_LBA1S_252.R")
-# test_file(path = "Group3/test_n1PDFfixedt0.R")
+# test_file(path = "testthat/Group3/test_fptpdf.R")
+# test_file(path = "testthat/Group3/test_LBA1S_252.R")
+# test_file(path = "testthat/Group3/test_n1PDFfixedt0.R")
 
 cat("\n====================== Testing plot functions ======================\n")
 
-test_file(path = "plots/test_plotsubchain.R")
-test_file(path = "plots/test_postpred.R")
-test_file(path = "plots/test_plot_tnorm.R")
\ No newline at end of file
+test_file(path = "testthat/plots/test_plotsubchain.R")
+test_file(path = "testthat/plots/test_postpred.R")
+test_file(path = "testthat/plots/test_plot_tnorm.R")
