summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-07-30 21:31:51 +0530
committersinanmohd <sinan@sinanmohd.com>2024-07-30 21:59:39 +0530
commit72cf8cfcc59f792ff48eb28c3f760678dc10090c (patch)
tree1aca1af04efe127296bbb5b134babb904a3dbf19 /src/meson.build
parent1778164794b39d2613b02783bef9beee683de866 (diff)
tests: init
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
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')