Skip to content

Commit

Permalink
add unit test for BIAB
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed May 7, 2013
1 parent 6e525b5 commit dc836cc
Show file tree
Hide file tree
Showing 6 changed files with 722 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ add_library(
${mtestMocs}
testutils.cpp
${PROJECT_SOURCE_DIR}/libmscore/mcursor.cpp
${PROJECT_SOURCE_DIR}/mscore/bb.cpp
${PROJECT_SOURCE_DIR}/mscore/capella.cpp
${PROJECT_SOURCE_DIR}/mscore/capxml.cpp
${PROJECT_SOURCE_DIR}/mscore/exportxml.cpp
Expand Down Expand Up @@ -76,7 +77,7 @@ add_custom_target(reporthtml
WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/mtest"
)

subdirs (libmscore musicxml importmidi capella)
subdirs (libmscore musicxml importmidi capella biab)

if (OMR)
subdirs(omr)
Expand Down
16 changes: 16 additions & 0 deletions mtest/biab/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#=============================================================================
# MuseScore
# Music Composition & Notation
# $Id:$
#
# Copyright (C) 2013 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_biab)

include(${PROJECT_SOURCE_DIR}/mtest/cmake.inc)
Loading

0 comments on commit dc836cc

Please sign in to comment.