Discussion:
[Texmacs-dev] Introduce GoogleTest for TeXmacs
Darcy Shen
2018-06-23 07:55:48 UTC
Permalink
Just introduced GoogleTest for TeXmacs and make it work under cmake. For example: ``` mkdir build && cd build cmake .. cmake --build tests -- -j8 ctest -VV ``` Runs all the unit test. Later, I will introduce travis build for https://github.com/texmacs/GNUTeXmacs . This is another reason I created the new repo. Feel free to create PR on any texmacs repo, since the patches are downloadable in a PR, hence it is easy to apply the changes to the offical SVN repo. Any by introducing Unit Test, I just found a bug in init_texmacs.cpp's make_dir(). see https://github.com/texmacs/GNUTeXmacs/commit/cdb2af22c7f7e1740329ea8aaa3f1e9f423fc299#diff-4de3b86174ca9028447dd555331e574d
Loading...