test(tests/dobj): updated test build system to include lockable DObject and DOBject.

This commit is contained in:
2025-01-20 07:53:10 -05:00
parent d5467d8864
commit d331645c88
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#include <gtest/gtest.h>
#include <thread>
#include "Metadata.h"
/**

View File

@@ -1,6 +1,8 @@
# Test files for dobj
test_sources = [
'MetadataTest.cpp'
'MetadataTest.cpp',
'DObjectTest.cpp',
'LockableDObjectTest.cpp'
]
foreach test_file : test_sources