From 0377937105e413b9c08207bd253f76fe5c1493b1 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 15 Jul 2011 15:39:09 -0600 Subject: [PATCH] run regression suite in the build directory --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 18290b2..3361d69 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,7 @@ build-stamp: configure-stamp $(MAKE) -C build ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) - $(MAKE) check + $(MAKE) -C build check endif endif touch build-stamp -- 2.30.2