X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Rakka.git;a=blobdiff_plain;f=Makefile;h=8ae8c88066633203c0606cb344ea359762e2a5a7;hp=41fe0529b92f99840db482cc72ad072f02127119;hb=1647278f9393f7382b6e8b8a5e9e14ce50aae718;hpb=8a7556db44cd91ac0bb52279472bcc2abaa3f18e diff --git a/Makefile b/Makefile index 41fe052..8ae8c88 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ run: build $(EXECUTABLE) .setup-config: $(CABAL_FILE) configure Setup Rakka.buildinfo.in - ./Setup configure + BUILD_TEST_SUITE=yes ./Setup configure configure: configure.ac autoconf @@ -25,6 +25,9 @@ clean: install: build ./Setup install +test: build + ./Setup test + sdist: Setup ./Setup sdist