aboutsummaryrefslogtreecommitdiff
path: root/test/common/catch_main.cpp
diff options
context:
space:
mode:
authorJP Cimalando <jpcima@users.noreply.github.com>2018-05-15 18:09:04 +0200
committerJP Cimalando <jpcima@users.noreply.github.com>2018-05-16 19:34:07 +0200
commit5fdd39289affe341151839a48e227d51b08c4a25 (patch)
treec3ce407cb686be55c4774e2e5c2e03ae9b12728b /test/common/catch_main.cpp
parentaa26e965a62e03050f68cbe8cdc3a7ca2194a0c6 (diff)
downloadlibADLMIDI-5fdd39289affe341151839a48e227d51b08c4a25.tar.gz
libADLMIDI-5fdd39289affe341151839a48e227d51b08c4a25.tar.bz2
libADLMIDI-5fdd39289affe341151839a48e227d51b08c4a25.zip
specialized hash table for bank number mappings
Diffstat (limited to 'test/common/catch_main.cpp')
-rw-r--r--test/common/catch_main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/common/catch_main.cpp b/test/common/catch_main.cpp
new file mode 100644
index 0000000..3c3c6f2
--- /dev/null
+++ b/test/common/catch_main.cpp
@@ -0,0 +1,2 @@
+#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
+#include <catch.hpp>