dwww Home | Show directory contents | Find package

test_that("can compile a DLL and clean up afterwards", {
  expect_error(compile_dll("testWithSrc", quiet = TRUE, register_routines = FALSE), NA)

  clean_dll("testWithSrc")
  expect_equal(dir("testWithSrc/src"), "add1.c")
})

Generated by dwww version 1.15 on Wed Jun 26 06:00:52 CEST 2024.