texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] Introduce GoogleTest for TeXmacs


From: Darcy Shen
Subject: [Texmacs-dev] Introduce GoogleTest for TeXmacs
Date: Sat, 23 Jun 2018 15:55:48 +0800
User-agent: Zoho Mail

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]