Home | History | Annotate | Line # | Download | only in re
      1 re_test = executable(
      2   'tests',
      3   'tests.c',
      4   c_args: ['-D_BSD_SOURCE'],
      5   include_directories: include_directories('.'),
      6   install: false,
      7   link_with: [libre],
      8 )
      9 
     10 test(
     11   'lisp/re',
     12   re_test,
     13   workdir: meson.current_source_dir(),
     14 )
     15