diff options
Diffstat (limited to 'dh_make_pgxs/debian/tests')
-rw-r--r-- | dh_make_pgxs/debian/tests/control | 5 | ||||
-rwxr-xr-x | dh_make_pgxs/debian/tests/installcheck | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dh_make_pgxs/debian/tests/control b/dh_make_pgxs/debian/tests/control new file mode 100644 index 0000000..74b0464 --- /dev/null +++ b/dh_make_pgxs/debian/tests/control @@ -0,0 +1,5 @@ +Depends: + make, + @, +Tests: installcheck +Restrictions: allow-stderr diff --git a/dh_make_pgxs/debian/tests/installcheck b/dh_make_pgxs/debian/tests/installcheck new file mode 100755 index 0000000..5a20e78 --- /dev/null +++ b/dh_make_pgxs/debian/tests/installcheck @@ -0,0 +1,3 @@ +#!/bin/sh + +pg_buildext installcheck |