From 39b3c6cc6cb56516f722221917d85ca5e930c0a4 Mon Sep 17 00:00:00 2001 From: Jamason Davis Date: Thu, 8 Feb 2024 10:34:05 -0600 Subject: [PATCH] Forgot one more test. --- src/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 2988c17..d54a6a8 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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) \ No newline at end of file