]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Makefile
wrote more...
[Rakka.git] / Makefile
index 41fe0529b92f99840db482cc72ad072f02127119..8ae8c88066633203c0606cb344ea359762e2a5a7 100644 (file)
--- 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