Skip to content

Commit

Permalink
build: Restore a test that got overwritten in 978a415
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed May 4, 2024
1 parent c00f885 commit d0abf3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,13 @@ test('test/c11_c99_pedantic.c', executable('test_c11_c99_pedantic_c',
link_args: [ '-static' ],
link_with: lib_mcfgthread_a))

# Specialized: -std=c++11 -fno-rtti -fno-exceptions
test('test/cxx11_no_exceptions', executable('test_cxx11_no_exceptions_cpp',
'test/cxx11_no_exceptions.cpp',
cpp_args: [ '-std=c++11', '-fno-rtti', '-fno-exceptions' ],
link_args: [ '-static' ],
link_with: lib_mcfgthread_a))

# Specialized: -std=c++11 -Wpedantic
test('test/cxx11_pedantic', executable('test_cxx11_pedantic_cpp',
'test/cxx11_pedantic.cpp',
Expand Down

0 comments on commit d0abf3a

Please sign in to comment.