Lance Lin pushed to branch master at Debian Med / ngs-sdk


Commits:
33261556 by Lance Lin at 2022-02-18T22:30:44+07:00
Added autopkg test

- - - - -


2 changed files:

- + debian/tests/control
- + debian/tests/run-unit-test


Changes:

=====================================
debian/tests/control
=====================================
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, build-essential
+Restrictions: allow-stderr


=====================================
debian/tests/run-unit-test
=====================================
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# Author: Lance Lin <[email protected]>
+# Date: 18 February 2022
+# File: run-unit-test
+# Purpose: run a simple-unit test for the ngs-sdk package
+#
+# Details:
+# Run the built-in test (make test) for the ngs-sdk package
+
+set -e
+
+cd ngs-sdk
+echo "run-unit-test: running configure"
+./configure
+echo "run-unit-test: making test"
+make test
+echo "run-unit-test: done"



View it on GitLab: 
https://salsa.debian.org/med-team/ngs-sdk/-/commit/33261556d01bc0d9686f8e253d525e43b4af50ac

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/ngs-sdk/-/commit/33261556d01bc0d9686f8e253d525e43b4af50ac
You're receiving this email because of your account on salsa.debian.org.


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

Reply via email to