From 0e4bacf3709d6d9991756eb63f8d213ae600ecc8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 16 Apr 2016 14:18:16 -0700 Subject: run test suite --- debian/rules | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 7c33772..fbd6995 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,9 @@ override_dh_auto_configure: ghc --make Setup - ./Setup configure --datadir=/usr/share/stylish-haskell --datasubdir="" + ./Setup configure \ + --datadir=/usr/share/stylish-haskell --datasubdir="" \ + --enable-tests override_dh_auto_build: ronn debian/stylish-haskell.1 @@ -16,3 +18,6 @@ override_dh_auto_build: override_dh_auto_clean: if [ -x Setup ]; then ./Setup clean; fi rm -f Setup Setup.o Setup.hi + +override_dh_auto_test: + ./Setup test -- cgit v1.2.3