Add test for the new find program workaround for Windows

pull/659/head
Nirbheek Chauhan 8 years ago
parent 577b6dfdf6
commit 9f67c29eb4
  1. 4
      test cases/windows/9 find program/meson.build
  2. 3
      test cases/windows/9 find program/test-script

@ -0,0 +1,4 @@
project('find program', 'c')
prog = find_program('test-script')
test('script', prog)

@ -0,0 +1,3 @@
#!/usr/bin/env python
print('1')
Loading…
Cancel
Save