I tried enabling the libvterm tests as part of the CI. It works for Linux, and even found an off-by-one error. For Mac it fails to run the tests:
LINK libvterm.la CC t/harness.c LINK t/harness for T in `ls t/[0-9]*.test`; do echo "** $T **"; perl t/run-test.pl $T || exit 1; done ** t/02parser.test ** dyld: Library not loaded: /usr/local/lib/libvterm.0.dylib Referenced from: /Users/travis/build/vim/vim/src/libvterm/t/.libs/harness Reason: image not found See https://travis-ci.org/vim/vim/jobs/468401120 I suspect the "harness" has to be build with some extra flags, but I can't guess what... I'll only run the tests on Linux for now. -- Me? A skeptic? I trust you have proof. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
