aboutsummaryrefslogtreecommitdiff
path: root/manual tests/3 git wrap
diff options
context:
space:
mode:
Diffstat (limited to 'manual tests/3 git wrap')
-rw-r--r--manual tests/3 git wrap/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual tests/3 git wrap/meson.build b/manual tests/3 git wrap/meson.build
index f3cce00..7fd5083 100644
--- a/manual tests/3 git wrap/meson.build
+++ b/manual tests/3 git wrap/meson.build
@@ -6,3 +6,5 @@ exe = executable('gitprog', 'prog.c',
include_directories : sp.get_variable('subproj_inc'),
link_with : sp.get_variable('subproj_lib'),
)
+
+test('maintest', exe)