aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index c3f80ad..a683ac8 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -37,4 +37,7 @@ AR := i686-elf-ar
ARFLAGS := -crus
STRIP := i686-elf-strip
+# test framework
+GTEST := $(shell pkg-config --cflags --libs gtest gtest_main)
+GMOCK := $(shell pkg-config --cflags --libs gmock)