test(tests/dobj): updated test build system to include lockable DObject and DOBject.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <thread>
|
||||
#include "Metadata.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# Test files for dobj
|
||||
test_sources = [
|
||||
'MetadataTest.cpp'
|
||||
'MetadataTest.cpp',
|
||||
'DObjectTest.cpp',
|
||||
'LockableDObjectTest.cpp'
|
||||
]
|
||||
|
||||
foreach test_file : test_sources
|
||||
|
||||
Reference in New Issue
Block a user