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.am | |
parent | c4443c95bec3046dde482a52f89ec2b27579386a (diff) |
Add another unit test
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7a92e16e..d91d3ec0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ bin_PROGRAMS = src/pattern_sim src/process_hkl src/get_hkl src/indexamajig \ noinst_PROGRAMS = tests/list_check TESTS = tests/list_check tests/first_merge_check tests/second_merge_check \ - tests/third_merge_check + tests/third_merge_check tests/fourth_merge_check if BUILD_HDFSEE bin_PROGRAMS += src/hdfsee |