test(dobj_sandbox): added some sandbox code for testing dobj
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Google Test dependency
|
||||
gtest_dep = dependency('gtest', main: true, required : true)
|
||||
|
||||
# Subdirectory for dobj tests
|
||||
# Subdirectories for unit and integration tests
|
||||
subdir('dobj')
|
||||
|
||||
# Subdirectories for sandbox tests
|
||||
subdir('dobj_sandbox')
|
||||
|
||||
Reference in New Issue
Block a user