Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Gnome/testsuite/css/   (Gnome Linux Desktop Version 4.23.2©)  Datei vom 30.5.2026 mit Größe 1 kB image not shown  

Quelle  meson.build   Sprache: unbekannt

 
Spracherkennung für: .build vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

csstest_env = environment()
csstest_env.set('GTK_A11Y', 'test')
csstest_env.set('GSK_RENDERER', 'cairo')
csstest_env.set('G_TEST_SRCDIR', meson.current_source_dir())
csstest_env.set('G_TEST_BUILDDIR', meson.current_build_dir())

subdir('parser')
subdir('nodes')
subdir('style')
subdir('change')

test_api = executable('api',
  sources: ['api.c'],
  c_args: common_cflags,
  dependencies: libgtk_dep,
)

test('api', test_api,
  args: ['--tap', '-k' ],
  protocol: 'tap',
  env: csstest_env,
  suite: 'css',
)

test_data = executable('data',
  sources: ['data.c'],
  c_args: common_cflags + ['-DGTK_COMPILATION'],
  include_directories: [confinc, ],
  dependencies: libgtk_static_dep,
)

test('data', test_data,
  args: ['--tap', '-k' ],
  protocol: 'tap',
  env: csstest_env,
  suite: 'css',
)

transition = executable('transition',
  sources: ['transition.c'],
  c_args: common_cflags + ['-DGTK_COMPILATION'],
  dependencies: libgtk_static_dep,
)

test('transition', transition,
     args: [ '--tap', '-k' ],
     protocol: 'tap',
     env: csstest_env,
     suite: 'css'
)

color = executable('color',
  sources: ['color.c'],
  c_args: common_cflags + ['-DGTK_COMPILATION'],
  dependencies: libgtk_static_dep,
)

test('color', color,
     args: [ '--tap', '-k'],
     protocol: 'tap',
     env: csstest_env,
     suite: 'css'
)

compute = executable('compute',
  sources: ['compute.c'],
  c_args: common_cflags + ['-DGTK_COMPILATION'],
  dependencies: libgtk_static_dep
)

test('compute', compute,
  args: [ '--tap', '-k'],
  protocol: 'tap',
  env: csstest_env,
  suite: 'css'
)

[Dauer der Verarbeitung: 0.36 Sekunden]