summaryrefslogtreecommitdiff
path: root/manual tests
diff options
context:
space:
mode:
Diffstat (limited to 'manual tests')
-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 f3cce0014..7fd5083ee 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)