Description: Build with system gtest/gmock
Author: Stephen Kitt <skitt@debian.org>
Forwarded: not-needed

--- a/configure.ac
+++ b/configure.ac
@@ -942,6 +942,7 @@
      AC_DEFINE(C_DEBUG,1)
      if test x$enable_debug = xheavy ; then 
        AC_DEFINE(C_HEAVY_DEBUG,1)
+       LIBS="$LIBS -lgmock -lgtest"
      fi
    else 
      AC_MSG_ERROR([Can't find curses, which is required for debug mode])
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -2,23 +2,6 @@
 
 #if !defined(_WIN32_WINDOWS)
 
-// The following includes necessary gTest/gMock source files for unit tests.
-// Launch DOSBox-X with -tests option in debug builds to run unit tests.
-
-#include "gmock/gmock.cc"
-#include "gmock/gmock-cardinalities.cc"
-#include "gmock/gmock-internal-utils.cc"
-#include "gmock/gmock-matchers.cc"
-#include "gmock/gmock-spec-builders.cc"
-#include "gtest/gtest.cc"
-#include "gtest/gtest-death-test.cc"
-#include "gtest/gtest-filepath.cc"
-#include "gtest/gtest-matchers.cc"
-#include "gtest/gtest-port.cc"
-#include "gtest/gtest-printers.cc"
-#include "gtest/gtest-test-part.cc"
-#include "gtest/gtest-typed-test.cc"
-
 // The following are source files containing unit tests.
 
 #include "dos_files_tests.cpp"
