test(opatIO): added tests for opatIO

This commit is contained in:
2025-02-14 14:31:30 -05:00
parent cffec2f8d6
commit 3c969c6b39
4 changed files with 106 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ gtest_nomain_dep = dependency('gtest', main: false, required : true)
# Subdirectories for unit and integration tests
subdir('dobj')
subdir('const')
subdir('opatIO')
# Subdirectories for sandbox tests
subdir('dobj_sandbox')