From 58920a4428f85285da296a974d6d6ca8cd4232de Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Mon, 31 Mar 2014 09:59:09 -0700
Subject: [PATCH] Add a default value for GTEST_ROOT

---
 tests/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 0f429da23..7b85888ed 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,6 +1,7 @@
-# $Id$
 include ../Makefile.inc
 
+GTEST_ROOT = ../vendor/googletest
+
 PROGRAM = run
 
 LIBS += -L../libaegisub -laegisub -L../vendor/universalchardet -luniversalchardet $(LIBS_BOOST) $(LIBS_ICU)
-- 
GitLab