mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
cbd93f9537
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
4 lines
40 B
C++
4 lines
40 B
C++
#include <gtest/gtest.h>
|
|
|
|
// do nothing
|