Skip to content

Commit

Permalink
Do not use catch_all.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau committed Aug 1, 2023
1 parent 8e612de commit 374fbff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/SoundTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
#include <QTemporaryDir>
#include <QUrl>

#include <catch2/catch_all.hpp>
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_all.hpp>

using Catch::Matchers::Equals;
using Catch::Matchers::WithinAbs;
Expand Down
2 changes: 1 addition & 1 deletion tests/SynthesizerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <QDir>
#include <QTemporaryDir>

#include <catch2/catch_all.hpp>
#include <catch2/catch_test_macros.hpp>

static constexpr char FIXTURES_DIR[] = TEST_FIXTURES_DIR "/synthesizer";

Expand Down
3 changes: 2 additions & 1 deletion tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#include <QCoreApplication>
#include <QtTest>

#include <catch2/catch_all.hpp>
#include <catch2/catch_session.hpp>
#include <catch2/catch_test_macros.hpp>

int main(int argc, char* argv[]) {
QCoreApplication app(argc, argv);
Expand Down

0 comments on commit 374fbff

Please sign in to comment.