Skip to content

Commit

Permalink
Replace Unittest++ with Catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit authored Jan 29, 2023
1 parent 510a769 commit 03649af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ Libraries and executables have been labeled in the list below to help distinguis
* <http://www.stack.nl/~dimitri/doxygen/> **(Executable)**
* This executable is used to auto-generate the documentation used by libopenshot.

#### UnitTest++ (libunittest++)
* <https://github.com/unittest-cpp/> **(Library)**
#### Catch2 (catch)
* <https://github.com/catchorg/Catch2/> **(Library)**

* This library is used to execute unit tests for libopenshot.
It contains many macros used to keep our unit testing code clean and easy-to-follow.
Expand Down

0 comments on commit 03649af

Please sign in to comment.