added tests for backends

This commit is contained in:
2024-01-25 22:28:31 +01:00
parent aa5d32e30c
commit 615143efb0
7 changed files with 62 additions and 5 deletions
+2
View File
@@ -29,6 +29,8 @@ message(STATUS "Relase flags ${CMAKE_CXX_FLAGS_RELEASE}")
message(STATUS "Linker flags ${CMAKE_EXE_LINKER_FLAGS}")
enable_testing()
add_subdirectory(src)
add_subdirectory(test)
add_subdirectory(backends)