Skip to content

Commit

Permalink
Rhythmic grouping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shoogle committed Aug 19, 2016
1 parent 5ef641a commit 65b5be2
Show file tree
Hide file tree
Showing 14 changed files with 14,448 additions and 1 deletion.
1 change: 1 addition & 0 deletions mtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ subdirs (
libmscore/midimapping
libmscore/note
libmscore/repeat
libmscore/rhythmicGrouping
libmscore/selectionfilter
libmscore/selectionrangedelete
libmscore/spanners
Expand Down
2 changes: 1 addition & 1 deletion mtest/libmscore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

subdirs(
album barline beam breath chordsymbol clef clef_courtesy compat concertpitch copypaste
copypastesymbollist cursor dynamic earlymusic element exchangevoices hairpin instrumentchange join keysig layout links parts measure midi midimapping note plugins repeat selectionfilter selectionrangedelete spanners split splitstaff timesig tools transpose tuplet text
copypastesymbollist cursor dynamic earlymusic element exchangevoices hairpin instrumentchange join keysig layout links parts measure midi midimapping note plugins repeat rhythmicGrouping selectionfilter selectionrangedelete spanners split splitstaff timesig tools transpose tuplet text
)

install(FILES
Expand Down
17 changes: 17 additions & 0 deletions mtest/libmscore/rhythmicGrouping/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#=============================================================================
# MuseScore
# Music Composition & Notation
# $Id:$
#
# 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_rhythmicGrouping)

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

Loading

0 comments on commit 65b5be2

Please sign in to comment.