diff options
author | Thomas White <taw@physics.org> | 2011-03-30 12:09:47 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:22 +0100 |
commit | 21fc8f9ce071f4262bdc7e45e3cf227f08b70290 (patch) | |
tree | 391e4a64818b875c8b7366d6f0b5973a1325d32c /Makefile.in | |
parent | c4443c95bec3046dde482a52f89ec2b27579386a (diff) |
Add another unit test
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index f50b3624..e1a30362 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ bin_PROGRAMS = src/pattern_sim$(EXEEXT) src/process_hkl$(EXEEXT) \ noinst_PROGRAMS = tests/list_check$(EXEEXT) $(am__EXEEXT_3) TESTS = tests/list_check$(EXEEXT) tests/first_merge_check \ tests/second_merge_check tests/third_merge_check \ - $(am__EXEEXT_3) + tests/fourth_merge_check $(am__EXEEXT_3) @BUILD_HDFSEE_TRUE@am__append_1 = src/hdfsee @BUILD_CUBEIT_TRUE@am__append_2 = src/cubeit @HAVE_OPENCL_TRUE@am__append_3 = src/diffraction-gpu.c src/cl-utils.c |