Skip to content

Commit

Permalink
add openbsd augment test
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilon-0 committed Oct 17, 2023
1 parent 0dcb4ec commit 81e714b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ foreach ts : test_sources
t_fbsd = executable('freebsd-' + ts, ts + '.c', include_directories : freebsd)
t_fbsd_aug = executable('freebsd-augment-' + ts, ts + '.c', c_args : ['-DDOAUGMENT'], include_directories : freebsd)
t_obsd = executable('openbsd-' + ts, ts + '.c', include_directories : openbsd)
t_obsd_aug = executable('openbsd-augment-' + ts, ts + '.c', c_args : ['-DDOAUGMENT'], include_directories : openbsd)
test('native-3ptr-' + ts, t_3ptr)
test('native-3ptr-augment-' + ts, t_3ptr_aug)
benchmark('freebsd-' + ts, t_fbsd)
benchmark('freebsd-augment-' + ts, t_fbsd_aug)
benchmark('openbsd-' + ts, t_obsd)
benchmark('openbsd-augment-' + ts, t_obsd_aug)
benchmark('native-3ptr-' + ts, t_3ptr)
benchmark('native-3ptr-augment-' + ts, t_3ptr_aug)
endforeach

0 comments on commit 81e714b

Please sign in to comment.