Added the test to CMakeLists.txt, all tests OK.

This commit is contained in:
Eelke Klein 2017-08-26 15:53:15 +02:00
parent cb0ef0b130
commit 4c658d7811
12 changed files with 34 additions and 80 deletions

View file

@ -1,13 +0,0 @@
#include "tst_CsvWriter.h"
#include "tst_expected.h"
#include "tst_PasswordManager.h"
#include "tst_scopeguard.h"
#include "tst_SqlLexer.h"
#include <gtest/gtest.h>
int main(int argc, char *argv[])
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}