summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: e39a559507264e7c1e1c2d308dd071c7496f6c6e (plain)
1
2
3
4
5
6
tests = files('test_server.py')

foreach test : tests
    name = fs.stem(test)
    test(name, python, args: [test])
endforeach