From 72cf8cfcc59f792ff48eb28c3f760678dc10090c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 30 Jul 2024 21:31:51 +0530 Subject: tests: init --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index d6cfb00..b88a0da 100644 --- a/src/meson.build +++ b/src/meson.build @@ -19,4 +19,4 @@ e = executable( c_args: [f'-DNIX_EVAL_JOBS_PATH=@NIX_EVAL_JOBS_PATH@'], ) -test('evanix', e) +test('evanix', e, args: '--help') -- cgit v1.2.3