added tests for Array and View

This commit is contained in:
Erik Frojdh
2024-03-21 16:53:54 +01:00
parent 3c8130aca2
commit 9ae051c081
5 changed files with 587 additions and 1 deletions

View File

@@ -42,4 +42,8 @@ TEST_CASE("Cannot pop from an empty queue"){
folly::ProducerConsumerQueue<int> q(2);
int a=0;
CHECK_FALSE(q.read(a));
}
}
// TEST_CASE("fail"){
// CHECK(false);
// }