Skip to content

Commit a428a2f

Browse files
committed
Move recursive make fixture to test resources
1 parent 4a8c1a1 commit a428a2f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

tests/testthat/test-utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ test_that("as_mcmc.list() works", {
256256
})
257257

258258
test_that("get_cmdstan_flags() can be used recursively in `make`", {
259-
mkfile <- normalizePath(test_path("testdata", "Makefile"))
259+
mkfile <- normalizePath(test_path("resources", "recursive-cmdstan-flags.mk"))
260260
nonrecursive_flags <- get_cmdstan_flags("STANCFLAGS")
261261
recursive_run <- processx::run(
262262
command = "make",

0 commit comments

Comments
 (0)