summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-08 12:16:15 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-08 12:16:15 +0100
commit7b3fe2cc608928df3b885168a0676a771f7bc7be (patch)
tree9becf7a1061ce0e13927d6af168b554a1940bad6 /tests
parent63fc8e14be5e450df8ccc18fe76e02c5f0827660 (diff)
Version 1.17; fix build and upload for distributionsv1.17
Diffstat (limited to 'tests')
-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 \