From 3e8a1984e9ee662e74254704275c8e30791a5af0 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 31 May 2018 02:48:39 +0200 Subject: Add googletest 1.8.0 framework in test/googletest, and use it with autoconf builds only (CMake integration to be done) --- test/test_main.cpp | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 test/test_main.cpp (limited to 'test/test_main.cpp') diff --git a/test/test_main.cpp b/test/test_main.cpp deleted file mode 100644 index 0c7c351f..00000000 --- a/test/test_main.cpp +++ /dev/null @@ -1,2 +0,0 @@ -#define CATCH_CONFIG_MAIN -#include "catch.hpp" -- cgit v1.2.3