tests/testthat/test-make.R

test_that("use_make() creates a Makefile at project root", {
  pkg <- create_local_package()
  use_make()
  expect_proj_file("Makefile")
})

Try the usethis package in your browser

Any scripts or data that you put into this service are public.

usethis documentation built on July 9, 2023, 7:23 p.m.