test(dobj_sandbox): added some sandbox code for testing dobj

This commit is contained in:
2025-01-20 07:49:35 -05:00
parent eabf0d62cf
commit 4a87aab0a9
3 changed files with 45 additions and 1 deletions

View File

@@ -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')