aboutsummaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-10-26 14:08:36 +0100
committerThomas White <taw@physics.org>2020-10-26 14:08:36 +0100
commit882d05e8420ff0f2d7c48a6979bb355242f28a68 (patch)
tree75bff0727838eb942e81446686e93998f0ac8e60 /tests/meson.build
parent058efebef43e886b5de86088786d45275fbcc90d (diff)
Remove polarisation_check
It takes far too long (over a minute) and didn't actually test anything. Contribution of a better polarisation unit test would be very welcome!
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 7c7c7519..5c5f3d4e 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -75,14 +75,6 @@ if opencldep.found()
test('gpu_sim_check', exe, args: [geom])
endif
-exe = executable('polarisation_check',
- ['polarisation_check.c'],
- dependencies : [libcrystfeldep, mdep, gsldep])
-geom = files('polarisation_check.geom')
-test('polarisation_check', exe, args: [geom],
- timeout: 60)
-
-
# Event enumeration tests
ev_enum_tests = ['ev_enum1',
'ev_enum2',