mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
feat(prop): add prop functions
This commit is contained in:
parent
900aed5ee6
commit
5068af21cd
4 changed files with 81 additions and 0 deletions
9
test/Prop.cpp
Normal file
9
test/Prop.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include "common/Prop.hpp"
|
||||
#include "test/Test.hpp"
|
||||
|
||||
TEST_CASE("PropInitialize", "[prop]") {
|
||||
SECTION("initializes prop") {
|
||||
PropInitialize();
|
||||
SUCCEED();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue