diff options
author | Timo Teräs <timo.teras@iki.fi> | 2020-10-02 16:47:40 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-10-02 20:49:39 +0300 |
commit | 56553ea6cd27804bb76272842d9721e2fb1edfeb (patch) | |
tree | 6717f1cd0cae3d5030b851ee0161b9fe3f3d2a58 /meson.build | |
parent | 72bb6231eea1333f4e54b12adf01f5fa3eed6b96 (diff) | |
download | apk-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 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ebc7648..902854e 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( ['c'], default_options : ['c_std=gnu99', 'optimization=2'], version: '3.0.0_pre0', - meson_version: '>=0.51' + meson_version: '>=0.52' ) pkgc = import('pkgconfig') @@ -32,3 +32,4 @@ subproject = meson.is_subproject() subdir('doc') subdir('libfetch') subdir('src') +subdir('tests') |