#[[
Unit tests for lib-math
]]

add_unit_test(
   NAME
      lib-math
   SOURCES
      MathTests.cpp
   LIBRARIES
      lib-math
)
