From 0a994adf3c6feab7d50b4bea01659436e4c695b4 Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Sun, 8 Oct 2023 18:48:06 +0600 Subject: test: Add unit test for parser Signed-off-by: Mubashshir --- tests/meson.build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/meson.build (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build new file mode 100644 index 0000000..60ca59e --- /dev/null +++ b/tests/meson.build @@ -0,0 +1,10 @@ +foreach target : [ + 'Tmate.StdoutParser' +] + test('Test-@0@'.format(target), + executable('Test-@0@'.format(target), + files('@0@.vala'.format(target)) + tests, + dependencies: deps, + c_args: ['-include', 'config.h'], + )) +endforeach -- cgit v1.2.3