Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/src/bin/pg_test_fsync/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 686 B image not shown  

Quelle  meson.build   Sprache: unbekannt

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

# Copyright (c) 2022-2025, PostgreSQL Global Development Group

test_fsync_sources = files(
  'pg_test_fsync.c',
)

if host_system == 'windows'
  test_fsync_sources += rc_bin_gen.process(win32ver_rc, extra_args: [
    '--NAME', 'pg_test_fsync',
    '--FILEDESC', 'pg_test_fsync - test various disk sync methods'])
endif

pg_test_fsync = executable('pg_test_fsync',
  test_fsync_sources,
  dependencies: [frontend_code],
  kwargs: default_bin_args,
)
bin_targets += pg_test_fsync

tests += {
  'name': 'pg_test_fsync',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'tap': {
    'tests': [
      't/001_basic.pl',
    ],
  },
}

subdir('po', if_found: libintl)

[Dauer der Verarbeitung: 0.17 Sekunden, vorverarbeitet 2026-08-08]