aiq / oddxsv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oddxsv

Build & Test

It is recommended to use the following tools:

Build

$ cmake -S mk/cmake -B bld -G "Ninja Multi-Config" -DCMAKE_C_COMPILER=clang
$ cd bld
$ ninja  # like: -f build-Debug.ninja
$ ninja -f build-Debug.ninja
$ ninja -f build-Release.ninja

Test

$ bld
$ ctest -C Debug                  # run all debug tests
$ ctest -C Release                # run all release tests
$ ctest -C Debug -R ebml          # run debug tests with "ebml" in the name

About

License:MIT License


Languages

Language:C 69.4%Language:CMake 30.6%