summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAndrew O. Shadoura <bugzilla@tut.by>2011-03-28 23:58:51 +0300
committerAndrew O. Shadoura <bugzilla@tut.by>2011-03-28 23:58:51 +0300
commitbf88a92e323901c819140096f46b14b97b941afa (patch)
treed687f3d01049bf7ffda591cc4779c2e0205a13f6 /debian/rules
parent9accffc9312e54eb57fe57b0bcd31c0364b17466 (diff)
add tests; run them during the build process
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 7a2e2c0..6793011 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
override_dh_auto_build:
gosh src/libguess/guess.scm src/libguess/guess_tab.c
dh_auto_build
+ make -C src/tests/testbench --no-print-directory run
override_dh_auto_clean:
[ ! -f buildsys.mk ] || make clean