Skip to content
Snippets Groups Projects
Verified Commit e0a84d69 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: add test for compatible cpplib

parent 11924a48
No related branches found
No related tags found
1 merge request!12F release results
Pipeline #13243 failed
......@@ -24,6 +24,12 @@ using Test
using CaosDB
@testset "CaosDBUnitTests" begin
@testset "TestCaosdbCppLibVersion" begin
@test ccall((:caosdb_constants_LIBCAOSDB_VERSION_MAJOR, CaosDB.library_name), Cint, ()) == 0
@test ccall((:caosdb_constants_LIBCAOSDB_VERSION_MINOR, CaosDB.library_name), Cint, ()) == 0
@test ccall((:caosdb_constants_LIBCAOSDB_VERSION_PATCH, CaosDB.library_name), Cint, ()) == 16
end
@testset "TestUtility" begin
if haskey(ENV, "SHELL")
shell_var = ENV["SHELL"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment