From 2e0702c597e3099316c8c82379c3425ecc7a2dd2 Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 6 Nov 2022 14:29:39 +0200 Subject: lib/malloc: add linked list implementation --- Makefile.config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.config') 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) -- cgit v1.2.1