summaryrefslogtreecommitdiff
path: root/tests/offsets/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/offsets/meson.build')
-rw-r--r--tests/offsets/meson.build9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/offsets/meson.build b/tests/offsets/meson.build
index acf81451..8cb4fa1b 100644
--- a/tests/offsets/meson.build
+++ b/tests/offsets/meson.build
@@ -51,15 +51,8 @@ if host_system != 'windows'
],
)
- gitestoffsets_sources = custom_target(
- 'generate-gitestoffsets.c',
- output: ['gitestoffsets.c'],
- command: [python] + files('gen-gitestoffsets', 'offsets.h'),
- capture: true,
- )
-
executable('gitestoffsets',
- gitestoffsets_sources,
+ 'gitestoffsets.c',
include_directories : test_offsets_inc,
dependencies: [girepo_dep],
)