[Pkg-cli-apps-commits] [fsharp] 05/06: Run upstream testsuite as DEP-8 test
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Mon Feb 10 10:53:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a commit to branch master-experimental
in repository fsharp.
commit 7232e42ce4898d63ee782ea93ea0016f23a022f5
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date: Mon Feb 10 21:41:58 2014 +1100
Run upstream testsuite as DEP-8 test
---
debian/tests/control | 4 ++++
debian/tests/fsharp-testsuite | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/debian/tests/control b/debian/tests/control
index d99f03a..540d1cd 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,7 @@
Tests: basic-xbuild-project
Restrictions:
Depends: @, mono-xbuild
+
+Tests: fsharp-testsuite
+Restrictions: allow-stderr
+Depends: fsharp
diff --git a/debian/tests/fsharp-testsuite b/debian/tests/fsharp-testsuite
new file mode 100755
index 0000000..c5a4b3b
--- /dev/null
+++ b/debian/tests/fsharp-testsuite
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd tests/fsharp/core
+exec ./run-all.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list