aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/243 escape++/meson.build
blob: 5fcc00f5c9633f64da5c26c1a2c0513fcb72b336 (plain)
1
2
3
4
project('regex escape test', 'c')

exe = executable('testprog', 'test.c')
test('runtest', exe)