We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9601134 commit 12022beCopy full SHA for 12022be
1 file changed
tests/src/bindings.cpp
@@ -59,6 +59,7 @@ bool sparse(Rcpp::RObject parsed) {
59
//' @export
60
//[[Rcpp::export(rng=false)]]
61
bool test_set_executor() {
62
+#ifdef TEST_CUSTOM_PARALLEL
63
manticore::Executor test;
64
tatami_r::set_executor(&test);
65
if (&(tatami_r::executor()) != &test) {
@@ -69,7 +70,7 @@ bool test_set_executor() {
69
70
if (&(tatami_r::executor()) == &test) {
71
return false;
72
}
-
73
+#endif
74
return true;
75
76
0 commit comments