[SCM] Yet Another Dynamic Engine. Platform for discrete element modeling. branch, master, updated. upstream/0.70.0-101-g82ec3ed
Anton Gladky
gladky.anton at gmail.com
Tue Oct 25 22:33:22 UTC 2011
The following commit has been merged in the master branch:
commit 8c9464e01922ccc8cef24a835c7fe6da9e5fb00c
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Tue Oct 25 20:56:25 2011 +0200
Add more tests to dh_auto_test.
diff --git a/debian/rules b/debian/rules
index 252c6e2..c821554 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,8 @@ override_dh_auto_build:
override_dh_auto_test:
export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib) ; YADE_PREFIX=$(tmpInstallDbg) $(tmpInstall)/bin/yade --debug --test
export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib) ; YADE_PREFIX=$(tmpInstall) $(tmpInstall)/bin/yade --test
+ export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib) ; YADE_PREFIX=$(tmpInstallDbg) $(tmpInstall)/bin/yade --debug --check
+ export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib) ; YADE_PREFIX=$(tmpInstall) $(tmpInstall)/bin/yade --check
#Delete all pyc files
find . -name '*.pyc' -print0 | xargs -0 rm -f
--
Yet Another Dynamic Engine. Platform for discrete element modeling.
More information about the debian-science-commits
mailing list