diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2021-08-24 17:22:33 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2021-08-24 17:22:33 +0800 |
commit | 615fdefa3a20c00ed35e8867a7e2737d03b28dac (patch) | |
tree | edb82b1337e5f4af0880d94b83467f6ace451720 /test | |
parent | 4b901ee3b4b38b64dba48ac88e7aeae84924e492 (diff) | |
download | fork-ledger-615fdefa3a20c00ed35e8867a7e2737d03b28dac.tar.gz fork-ledger-615fdefa3a20c00ed35e8867a7e2737d03b28dac.tar.bz2 fork-ledger-615fdefa3a20c00ed35e8867a7e2737d03b28dac.zip |
Update docs for move to GitHub Actions
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 24be0cdf..301959db 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -57,7 +57,7 @@ if (Python_EXECUTABLE) endforeach() # CheckManpage and CheckTexinfo are disabled, since they do not work - # reliably yet, instead they are being run as a Travis CI report. + # reliably yet list(APPEND CheckOptions CheckBaselineTests) #CheckManpage CheckTexinfo foreach(_class ${CheckOptions}) add_test(NAME ${_class} |