7 lines
168 B
C++
7 lines
168 B
C++
#include <catch2/catch_test_macros.hpp>
|
|
|
|
#include "matador/object/collection.hpp"
|
|
#include "matador/object/object.hpp"
|
|
|
|
TEST_CASE("Test collection", "[collection]") {
|
|
} |