From a7ce7d83d70e747446cb54581216f440b9677954 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 5 Aug 2020 12:10:32 +0200 Subject: Convert gpu_sim_check to DataTemplate --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 46a1ed45..dcaa755b 100644 --- a/meson.build +++ b/meson.build @@ -235,6 +235,8 @@ endif executable('pattern_sim', pattern_sim_sources, dependencies : [mdep, libcrystfeldep, gsldep, hdf5dep, opencldep], install : true) +# For testing (see tests/meson.build) +simulation_bits = files(['src/diffraction.c', 'src/diffraction-gpu.c', 'src/cl-utils.c']) # ************************ Testing ************************ -- cgit v1.2.3