aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-05 12:10:32 +0200
committerThomas White <taw@physics.org>2020-08-05 13:39:23 +0200
commita7ce7d83d70e747446cb54581216f440b9677954 (patch)
tree38276443f5f2143afedc34ebb004d9d6e684e79b /meson.build
parentee5e7f49c4c582651d1c3760f204ac861864c9d5 (diff)
Convert gpu_sim_check to DataTemplate
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
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 ************************