From 7a84a2dc45f6477fee8f8b25339171a2fdb927f6 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 24 Nov 2017 22:07:22 -0800 Subject: [PATCH] build: remove automated test This isn't actually automated. --- tests/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 13fbfe6f..398d8c75 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -30,7 +30,6 @@ if get_option('enable_gtk') 'test-process-model.c', dependencies: libsysprof_ui_dep, ) - test('test-process-model', test_process_model, env: test_env) test_zoom = executable('test-zoom', 'test-zoom.c',