From 59e8a7ef447d0c8c56d33bfb7baf0010b5873fd7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 8 Mar 2022 11:57:55 +0100 Subject: Add tests/stream_roundtrip --- tests/meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index aa425707..0109ec9d 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -68,6 +68,12 @@ endforeach # Less easy unit tests for libcrystfel functions +exe = executable('stream_roundtrip', + ['stream_roundtrip.c'], + dependencies : [libcrystfeldep]) +test('stream_roundtrip', exe, + args: [files('stream_roundtrip.geom')]) + exe = executable('stream_read', ['stream_read.c'], dependencies : [libcrystfeldep]) -- cgit v1.2.3