Define simple configuration on INI files.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
TheoryOfNekomata f3eb15d59c Implement int test 1 år sedan
fixtures Implement int test 1 år sedan
source Implement int test 1 år sedan
subprojects Initial commit 1 år sedan
tests Implement int test 1 år sedan
.gitignore Implement int test 1 år sedan
.gitmodules Initial commit 1 år sedan
CMakeLists.txt Implement int test 1 år sedan
LICENSE Initial commit 1 år sedan
README.md Implement int test 1 år sedan

README.md

ini-config

Building

mkdir build
cmake "-DCMAKE_MT=%CMAKE_MT%" -G Ninja -S . -B build
cmake --build build -t ini-config

Testing

cmake --build build -t test-int
cmake --build build -t test-string
cd build
ctest