summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2020-10-02 16:47:40 +0300
committerTimo Teräs <timo.teras@iki.fi>2020-10-02 20:49:39 +0300
commit56553ea6cd27804bb76272842d9721e2fb1edfeb (patch)
tree6717f1cd0cae3d5030b851ee0161b9fe3f3d2a58 /tests/meson.build
parent72bb6231eea1333f4e54b12adf01f5fa3eed6b96 (diff)
downloadapk-tools-v3.0-wip.tar.gz
apk-tools-v3.0-wip.tar.bz2
apk-tools-v3.0-wip.tar.xz
apk-tools-v3.0-wip.zip
add separate vertest applet for version string testingv3.0-wip
start adding meson based tests
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
new file mode 100644
index 0000000..3aaa045
--- /dev/null
+++ b/tests/meson.build
@@ -0,0 +1 @@
+test('version string handling', find_program('test-version.sh'), args: apk_exe)