X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=c12ffabc181494581f81824a4e00102211104de8;hb=d4d887202f59a0bb394d04e74c2f02eb91e26f5f;hp=00055ac8e70d1329958589c25e329cd478f61a03;hpb=2778374186c39d8f30347a1f943708efd22f7d29;p=haskell-dns.git diff --git a/Makefile b/Makefile index 00055ac..c12ffab 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ build: dist/setup-config Setup # $(MAKE) -C examples run dist/setup-config: $(CABAL_FILE) Setup - ./Setup configure + ./Setup configure --disable-optimization -fbuild-test-suite Setup: Setup.lhs $(GHC) --make Setup @@ -27,4 +27,7 @@ install: build sdist: Setup ./Setup sdist -.PHONY: build run clean install doc sdist +test: build + ./Setup test + +.PHONY: build run clean install doc sdist test