Fix macos build
This commit is contained in:
11
tests/VersionTests.cpp
Normal file
11
tests/VersionTests.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <catch2/catch_all.hpp>
|
||||
|
||||
#include "Base/Version.hpp"
|
||||
|
||||
using namespace OpenVulkano;
|
||||
|
||||
TEST_CASE("Version Test", "[Version]")
|
||||
{
|
||||
Version v("v1.2.3");
|
||||
CHECK(v == Version("1.2.3"));
|
||||
}
|
||||
Reference in New Issue
Block a user