summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-05-11 13:12:20 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2022-05-11 13:12:20 +0100
commitf78e2884d70f7c0b33be02b4879e2f4cefe4e59a (patch)
tree190708c14b56730b81779e563c1543e4766f8bd5 /tests
parent512975088403f47585cd93bdc79c9dc5a868b7f6 (diff)
downloadglib-f78e2884d70f7c0b33be02b4879e2f4cefe4e59a.tar.gz
tests: Move .test.in template files to tests directory
This makes a bit more sense than having them cluttering up the root directory. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/template-tap.test.in4
-rw-r--r--tests/template.test.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/template-tap.test.in b/tests/template-tap.test.in
new file mode 100644
index 000000000..c7d50dcf0
--- /dev/null
+++ b/tests/template-tap.test.in
@@ -0,0 +1,4 @@
+[Test]
+Type=session
+Exec=@env@@installed_tests_dir@/@program@
+Output=TAP
diff --git a/tests/template.test.in b/tests/template.test.in
new file mode 100644
index 000000000..f701627f8
--- /dev/null
+++ b/tests/template.test.in
@@ -0,0 +1,3 @@
+[Test]
+Type=session
+Exec=@installed_tests_dir@/@program@