From 738ecbd5fad2b46836bfd6a94aeebf165ae2bbca Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Thu, 4 Jan 2018 16:00:52 +0100 Subject: relocated source code to the root --- tikzit/src/test/testtest.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tikzit/src/test/testtest.cpp (limited to 'tikzit/src/test/testtest.cpp') diff --git a/tikzit/src/test/testtest.cpp b/tikzit/src/test/testtest.cpp deleted file mode 100644 index 59173c0..0000000 --- a/tikzit/src/test/testtest.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include "testtest.h" - -#include -#include - -void TestTest::initTestCase() { qDebug("initialising test"); } -void TestTest::myFirstTest() { QVERIFY(1 == 1); } -void TestTest::mySecondTest() { QVERIFY(1 != 2); } -void TestTest::cleanupTestCase() { qDebug("cleaning up test"); } - -- cgit v1.2.3