Define simple configuration on INI files.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
TheoryOfNekomata f3eb15d59c Implement int test pirms 1 gada
fixtures Implement int test pirms 1 gada
source Implement int test pirms 1 gada
subprojects Initial commit pirms 1 gada
tests Implement int test pirms 1 gada
.gitignore Implement int test pirms 1 gada
.gitmodules Initial commit pirms 1 gada
CMakeLists.txt Implement int test pirms 1 gada
LICENSE Initial commit pirms 1 gada
README.md Implement int test pirms 1 gada

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