From 754df0e74c7d67dcf1398529170f9c7602e6c16d Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 2 Feb 2021 22:59:45 +0100 Subject: [PATCH] Define TEST_RESOURCES_DIR for building the tests --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 70d7845..6354f14 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ endif JUCE_VERSION := $(shell dpkg-query --show --showformat='$${source:Version}' juce-modules-source) -CPPFLAGS+=-DBUILD_DATE='"$(BUILD_DATE)"' +CPPFLAGS+=-DBUILD_DATE='"$(BUILD_DATE)"' -DTEST_RESOURCES_DIR='"tests/resources/"' CXXFLAGS+=-std=c++17 -Wno-error -Wno-error=format-security LIBS=$(shell pkg-config --libs libjpeg libpng libcurl rtaudio) CXXFLAGS+=$(shell pkg-config --cflags libjpeg libpng libcurl rtaudio) -- 2.30.2