summaryrefslogtreecommitdiff
path: root/src/ukify/test/meson.build
blob: e39178f89256af88b020a23b3a61adbd5e79513c (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: LGPL-2.1-or-later

if want_ukify and want_tests != 'false'
   test('test-ukify',
        files('test_ukify.py'),
        env : test_env)
endif