Gamp
v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
Test_VersionNumber01.cpp
Go to the documentation of this file.
1
/*
2
* Author: Sven Gothel <sgothel@jausoft.com>
3
* Copyright Gothel Software e.K.
4
*
5
* SPDX-License-Identifier: MIT
6
*
7
* This Source Code Form is subject to the terms of the MIT License
8
* If a copy of the MIT was not distributed with this file,
9
* you can obtain one at https://opensource.org/license/mit/.
10
*/
11
12
#include <cassert>
13
#include <cstring>
14
#include <iostream>
15
16
#include <jau/test/catch2_ext.hpp>
17
18
#include <
gamp/Version.hpp
>
19
#include <
jau/util/VersionNumber.hpp
>
20
21
using namespace
jau::util
;
22
23
TEST_CASE
(
"VersionNumber Test 00"
,
"[version][util]"
) {
24
std::cout <<
"gamp version: "
<<
gamp::VERSION
<< std::endl;
25
REQUIRE(
true
==
gamp::VERSION
.hasMajor());
26
REQUIRE(
true
==
gamp::VERSION
.hasMinor());
27
REQUIRE(
true
==
gamp::VERSION
.hasSub());
28
REQUIRE(
true
==
gamp::VERSION
.hasString());
29
}
30
TEST_CASE
TEST_CASE("VersionNumber Test 00", "[version][util]")
Definition
Test_VersionNumber01.cpp:23
VersionNumber.hpp
Version.hpp
gamp::VERSION
const jau::util::VersionNumberString VERSION
jau::util
Definition
VersionNumber.hpp:38
test
Test_VersionNumber01.cpp
Generated by
1.13.2