From a8120eb5195ed0e7b44662f107baa23dbbda73a9 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 12 Feb 2016 21:12:18 +0200 Subject: Added plain Python sample project. --- test cases/python3/1 basic/meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test cases/python3/1 basic/meson.build (limited to 'test cases/python3/1 basic/meson.build') diff --git a/test cases/python3/1 basic/meson.build b/test cases/python3/1 basic/meson.build new file mode 100644 index 000000000..badd3e58c --- /dev/null +++ b/test cases/python3/1 basic/meson.build @@ -0,0 +1,9 @@ +project('python sample', 'c') + +py3 = find_program('python3') + +main = files('prog.py') + +test('toplevel', py3, args : main) + +subdir('subdir') -- cgit v1.2.3