Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 856 Bytes

README.adoc

File metadata and controls

40 lines (29 loc) · 856 Bytes

cmdscreen

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

Generate HTML docs

$ lua mk/htmldoc/generate.lua

License

cmdscreen is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.