mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
10 lines
180 B
C++
10 lines
180 B
C++
|
|
#include "common/Prop.hpp"
|
||
|
|
#include "test/Test.hpp"
|
||
|
|
|
||
|
|
TEST_CASE("PropInitialize", "[prop]") {
|
||
|
|
SECTION("initializes prop") {
|
||
|
|
PropInitialize();
|
||
|
|
SUCCEED();
|
||
|
|
}
|
||
|
|
}
|