The following commit has been merged in the master branch:
commit 5ac272e9a4b93ae4534ed158e80368ccd9041f27
Author: Florent Angly <[email protected]>
Date:   Fri Jan 27 14:39:40 2012 +1000

    Added a basic load test

diff --git a/debian/rules b/debian/rules
index 30a7b58..1c06364 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,9 +36,12 @@ MOREFILE = $(MANDIR)/more.$(SECTION)
 %:
        dh $@
 
-# Because of Grinder's random output, some tests may fail... Skip all tests.
+# Because of Grinder's random output, some tests are brittle and may fail...
+# Only test that the program loads successfully
 override_dh_auto_test:
+       $(MAKE) testdb TEST_FILE=t/00-load.t TESTDB_SW=''
 
+# Generate manpages on the fly
 override_dh_auto_build:
        mkdir -p $(MANDIR)
        echo "$$MORE" > $(MOREFILE)

-- 
Versatile shotgun and amplicon read simulator

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to