summaryrefslogtreecommitdiffhomepage
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 9ce3dad..5f162de 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -17,7 +17,9 @@ CXXFLAGS+= -I. -I.. -fPIE
CXXTESTFLAGS=
-LIBS=\
+CXXFLAGS+=$(shell pkg-config --cflags fmt)
+
+LIBS+=\
-lreichwein \
-lboost_context \
-lboost_filesystem \