moved libmscore text test

This commit is contained in:
Igor Korsukov 2020-12-25 10:41:55 +02:00
parent bb8d671984
commit 87423a40fc
3 changed files with 3 additions and 19 deletions

View file

@ -1,16 +0,0 @@
#=============================================================================
# MuseScore
# Music Composition & Notation
#
# Copyright (C) 2011 Werner Schweer
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# as published by the Free Software Foundation and appearing in
# the file LICENSE.GPL
#=============================================================================
set(TARGET tst_text)
include(${PROJECT_SOURCE_DIR}/mtest/cmake.inc)

View file

@ -61,6 +61,7 @@ set(MODULE_TEST_SRC
${CMAKE_CURRENT_LIST_DIR}/tst_spanners.cpp
${CMAKE_CURRENT_LIST_DIR}/tst_split.cpp
${CMAKE_CURRENT_LIST_DIR}/tst_splitstaff.cpp
# ${CMAKE_CURRENT_LIST_DIR}/tst_text.cpp not actual, not compile
)
set(MODULE_TEST_LINK

View file

@ -10,13 +10,12 @@
// the file LICENCE.GPL
//=============================================================================
#include <QtTest/QtTest>
#include "testing/qtestsuite.h"
#include "testutils.h"
#include "libmscore/text.h"
#include "libmscore/score.h"
#include "libmscore/sym.h"
#include "libmscore/xml.h"
#include "mtest/testutils.h"
using namespace Ms;