From: IOhannes m zmölnig Date: Tue, 2 Feb 2021 21:59:45 +0000 (+0100) Subject: Define TEST_RESOURCES_DIR for building the tests X-Git-Tag: archive/raspbian/0.20.1+ds1-1+rpi1~1^2~60 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=754df0e74c7d67dcf1398529170f9c7602e6c16d;p=giada.git Define TEST_RESOURCES_DIR for building the tests --- 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)