Add tests for the UsernameSet and Prefix classes

How to build test:
mkdir build_test
cd build_test
cmake -DBUILD_TESTS=ON ..
make -j
Then to run the tests, use either:
make test
ctest
./chatterino-test
This commit is contained in:
Rasmus Karlsson
2019-05-11 14:13:03 +02:00
parent 8bf9fc92c3
commit cbd93f9537
3 changed files with 178 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#include <gtest/gtest.h>
// do nothing