Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jul 27, 2024
1 parent 2acb57e commit 2a02b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/alltests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a02b6a

Please sign in to comment.