run regression suite in the build directory
authorBdale Garbee <bdale@gag.com>
Fri, 15 Jul 2011 21:39:09 +0000 (15:39 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 15 Jul 2011 21:39:09 +0000 (15:39 -0600)
debian/rules

index 18290b24c243ad29aff98ee4b59afc24a58295ed..3361d69b68bfc5ee15054f59731d10bd503449e5 100755 (executable)
@@ -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