aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/refcount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/refcount.cpp')
-rw-r--r--src/zencore/refcount.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zencore/refcount.cpp b/src/zencore/refcount.cpp
index a6a86ee12..f19afe715 100644
--- a/src/zencore/refcount.cpp
+++ b/src/zencore/refcount.cpp
@@ -33,6 +33,8 @@ refcount_forcelink()
{
}
+TEST_SUITE_BEGIN("core.refcount");
+
TEST_CASE("RefPtr")
{
RefPtr<TestRefClass> Ref;
@@ -60,6 +62,8 @@ TEST_CASE("RefPtr")
CHECK(IsDestroyed == true);
}
+TEST_SUITE_END();
+
#endif
} // namespace zen