Skip to content

Commit

Permalink
Update test name in meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
mqudsi committed Mar 11, 2023
1 parent d850a8f commit fb822e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ uudxxtest = executable('uuidxxtest', 'tests/main.cpp',
include_directories: [ 'src/' ],
link_with: uuidxx, install: false)

test('functionality test', uudxxtest)
test('Functionality test', uudxxtest)

0 comments on commit fb822e5

Please sign in to comment.