Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/test/util/meson.build
blob: b4046298fa7648054a3ce26ff84da8afbd9eb71f (plain)
1
2
3
4
5
6
7
test('vercmptest',
     BASH,
     env : TEST_ENV,
     protocol : 'tap',
     args : [
       join_paths(meson.current_source_dir(), 'vercmptest.sh')
     ])