diff options
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} |