[glib-networking/mcatanzaro/client-auth-failure] Also disable proxy	tests
- From: Michael Catanzaro <mcatanzaro src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [glib-networking/mcatanzaro/client-auth-failure] Also disable proxy	tests
 
- Date: Mon,  1 Apr 2019 21:21:46 +0000 (UTC)
 
commit 728c977ae6e68ff1b367b00353fab33852e902b7
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Apr 1 16:21:27 2019 -0500
    Also disable proxy tests
 proxy/tests/meson.build | 37 -------------------------------------
 1 file changed, 37 deletions(-)
---
diff --git a/proxy/tests/meson.build b/proxy/tests/meson.build
index 4e0079f..4ab4f5d 100644
--- a/proxy/tests/meson.build
+++ b/proxy/tests/meson.build
@@ -2,40 +2,3 @@ cflags = [
   '-DSRCDIR="@0@"'.format(meson.current_source_dir()),
   '-DTOP_BUILDDIR="@0@"'.format(meson.build_root())
 ]
-
-foreach program: proxy_test_programs
-  test_conf = configuration_data()
-  test_conf.set('installed_tests_dir', installed_tests_execdir)
-  test_conf.set('program', program[0])
-
-  if enable_installed_tests
-    configure_file(
-      input: test_template,
-      output: program[0] + '.test',
-      install_dir: installed_tests_metadir,
-      configuration: test_conf
-    )
-  endif
-
-  exe = executable(
-    program[0],
-    program[0] + '.c',
-    include_directories: top_inc,
-    dependencies: program[1],
-    c_args: cflags,
-    install: enable_installed_tests,
-    install_dir: installed_tests_execdir
-  )
-
-  envs = [
-    'G_TEST_SRCDIR=' + meson.current_source_dir(),
-    'G_TEST_BUILDDIR=' + meson.current_build_dir(),
-    'GIO_MODULE_DIR=' + join_paths(meson.build_root(), 'proxy', program[0])
-  ]
-
-  test(
-    program[0],
-    exe,
-    env: envs
-  )
-endforeach
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]