From 10d3565b9d8f24315ea8db36484fa29cda7823d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauricio=20=22Pach=C3=A1=22=20Vargas=20Sep=C3=BAlveda?= Date: Sat, 6 Apr 2024 19:58:37 -0400 Subject: [PATCH] Update tests/testthat/test-vendor.R MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kirill Müller --- tests/testthat/test-vendor.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-vendor.R b/tests/testthat/test-vendor.R index 3cf21f8f..658c999f 100644 --- a/tests/testthat/test-vendor.R +++ b/tests/testthat/test-vendor.R @@ -22,7 +22,7 @@ describe("cpp_vendor", { pkg <- local_package() p <- pkg_path(pkg) - cpp_vendor(pkg_path(pkg)) + cpp_vendor(file.path(pkg_path(pkg), "inst/include")) expect_true(dir.exists(file.path(p, "cpp11"))) expect_true(file.exists(file.path(p, "cpp11.hpp")))