aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/msetup.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2018-11-29 12:56:52 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-01-06 12:19:28 +0100
commitc4eb5c79fe89ca49dd9d9f5bd72be99d919dd2a0 (patch)
treed32bb616886be379b602760ac8f42095a8f4ad0d /mesonbuild/msetup.py
parent24d668bea06b3b953855fa12ef2f5b417d4dd163 (diff)
downloadmeson-c4eb5c79fe89ca49dd9d9f5bd72be99d919dd2a0.zip
meson-c4eb5c79fe89ca49dd9d9f5bd72be99d919dd2a0.tar.gz
meson-c4eb5c79fe89ca49dd9d9f5bd72be99d919dd2a0.tar.bz2
Added unit test
Diffstat (limited to 'mesonbuild/msetup.py')
-rw-r--r--mesonbuild/msetup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/mesonbuild/msetup.py b/mesonbuild/msetup.py
index 491ea2f..402f756 100644
--- a/mesonbuild/msetup.py
+++ b/mesonbuild/msetup.py
@@ -218,9 +218,6 @@ class MesonApp:
coredata.update_cmd_line_file(self.build_dir, self.options)
# Generate an IDE introspection file with the same syntax as the already existing API
- intro_tests = intr.backend.create_test_serialisation(b.get_tests())
- intro_benchmarks = intr.backend.create_test_serialisation(b.get_benchmarks())
- intro_install = intr.backend.create_install_data()
if self.options.profile:
fname = os.path.join(self.build_dir, 'meson-private', 'profile-introspector.log')
profile.runctx('mintro.generate_introspection_file(b, intr.backend)', globals(), locals(), filename=fname)