aboutsummaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-07-25 16:41:14 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit7b00456b25fbc30ed5b706d6c46ca73f51762ec3 (patch)
tree21bf207cdbc8dca6be7480c602ede338ac4ad8d7 /tests/meson.build
parenta0ceccce4b7d561c2c72e79b6edf568bc12d5dc9 (diff)
Add tests/geom_roundtrip
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()])