-
Notifications
You must be signed in to change notification settings - Fork 0
zhenliang/Litest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Litest, a super lite C++ testing framework implemention inspired by CppUnitLite. Usage: - Just include litest.h and all is settled. - See demo.cpp for details. Short Sample: // file: main.cpp #include "litest.h" TEST(SimpleDemo) { CHECK(1 > 2); } int main() { return 0; }
About
Litest, a super lite C++ testing framework implemention inspired by CppUnitLite.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published