From 8652b94c4f87e8582e2e757178dda452a2c0e3be Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 24 Nov 2016 12:46:32 +0100 Subject: Install mesontest script along with the others --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 42f8d49..46f2750 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,7 @@ setup(name='meson', 'mesonbuild.wrap'], scripts=['meson.py', 'mesonconf.py', + 'mesontest.py', 'mesonintrospect.py', 'wraptool.py'], cmdclass={'install_scripts': install_scripts}, -- cgit v1.1