Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
Forgot one more test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainjamason committed Feb 8, 2024
1 parent 29bf6bf commit 39b3c6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ test('warn', unitTests, args : ['-warn'])
test('info', unitTests, args : ['-info'])
test('addEntryOnce', unitTests, args : ['-addEntryOnce'])
test('addEntryTwice', unitTests, args : ['-addEntryTwice'])
test('testParse', unitTests, args : ['-testParse'])
test('testParse1', unitTests, args : ['-testParse', '--test'])
test('testParse2', unitTests, args : ['-testParse', '--t2'])
test('help', unitTests, args : ['-help'])
pkg.generate(opencxx_cli)

0 comments on commit 39b3c6c

Please sign in to comment.