diff --git a/tests/alltests.cpp b/tests/alltests.cpp index d71ed81..921d61d 100644 --- a/tests/alltests.cpp +++ b/tests/alltests.cpp @@ -37,6 +37,7 @@ TEST_CASE("Loading tuning files") { SECTION("Load a 12 tone standard tuning") { + REQUIRE(1==2); auto s = Tunings::readSCLFile(testFile("12-intune.scl")); REQUIRE(s.count == 12); // FIXME - write a lot more here obviously