aboutsummaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 9dc245a9..88a8d073 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -194,3 +194,8 @@ if hdf5dep.found()
test(p[0], exe, args : [h5, geom, expected_wl])
endforeach
endif
+
+
+test('geom_roundtrip',
+ find_program('geom_roundtrip'),
+ args: [adjust_detector.full_path()])