From 41ed47a931e4c162c9a501981b6f19cd725f6e43 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 22 Feb 2023 11:59:07 +0100 Subject: Remove pattern_sim and partial_sim Use of these programs has been following this pattern for several years: 1. Neglect 2. Once yearly attempt by someone to use either tool 3. Discovery that it's totally broken 4. Bug report and fast bug fix 5. Go to 1. For more discussion, see the issue referenced below. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/81 --- tests/meson.build | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index b3b3cc79..917c59db 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -96,16 +96,6 @@ exe = executable('prof2d_check', dependencies : [libcrystfeldep, mdep, gsldep]) test('prof2d_check', exe) -if opencldep.found() - exe = executable('gpu_sim_check', - ['gpu_sim_check.c', - simulation_bits], - dependencies : [libcrystfeldep, mdep, gsldep, opencldep], - include_directories: conf_inc) - geom = files('gpu_sim_check.geom') - test('gpu_sim_check', exe, args: [geom]) -endif - # Event enumeration tests if hdf5dep.found() ev_enum_tests = ['ev_enum1', -- cgit v1.2.3