summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-11 10:31:47 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-11 10:31:47 -0400
commit83a92a0ea1e0eb60aacc5dc0a410d62b3c3eafd9 (patch)
tree0fc37d9b1e3d8eb01456ed6febce18368f6ca922 /libs/ardour
parentb649f0a21b711c68cba5e26945650fd36f657268 (diff)
disable libardour unit tests that do not function correctly (for windows, at least)
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/wscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 78bf01c062..ef510dae6e 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -447,7 +447,6 @@ def build(bld):
test/test_needing_session.cc
test/audio_region_test.cc
test/test_globals.cc
- test/audio_region_read_test.cc
test/automation_list_property_test.cc
test/bbt_test.cc
test/tempo_test.cc
@@ -458,10 +457,8 @@ def build(bld):
test/framepos_plus_beats_test.cc
test/framepos_minus_beats_test.cc
test/playlist_layering_test.cc
- test/playlist_read_test.cc
test/playlist_equivalent_regions_test.cc
test/control_surfaces_test.cc
- test/combine_regions_test.cc
test/region_naming_test.cc
test/load_sessions_test.cc
test/mtdm_test.cc
@@ -469,6 +466,9 @@ def build(bld):
'''.split()
# Tests that don't work
+# test/playlist_read_test.cc
+# test/audio_region_read_test.cc
+# test/combine_regions_test.cc
# test/mantis_3356_test.cc
testobj.includes = obj.includes + ['test', '../pbd', '../libltc', '../audiographer']