From 5fdd39289affe341151839a48e227d51b08c4a25 Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Tue, 15 May 2018 18:09:04 +0200 Subject: specialized hash table for bank number mappings --- test/common/catch_main.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/common/catch_main.cpp (limited to 'test/common/catch_main.cpp') 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 -- cgit v1.2.3