diff options
author | Thomas White <taw@physics.org> | 2023-02-22 11:59:07 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2023-05-02 10:53:09 +0200 |
commit | 41ed47a931e4c162c9a501981b6f19cd725f6e43 (patch) | |
tree | 0d6999f68c7ccd3bbd37bad4c70ab94797e064c5 /tests/meson.build | |
parent | 1995ba5ada88e3c1949eaf245c5e8e60dff5a3cc (diff) |
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
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 10 |
1 files changed, 0 insertions, 10 deletions
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', |