diff options
author | Thomas White <taw@physics.org> | 2013-08-01 16:06:58 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-08-01 16:06:58 +0200 |
commit | 4ab308554c1f170545bf1dd9d9990f27fe1caf4e (patch) | |
tree | 5861a3d116a9decaf47c788f983ecc894accbc58 /Makefile.am | |
parent | 2d666a28912916b82694dc1c0df8d52571cff2b0 (diff) |
Add test for gradient of Lorentz factor (as well as partiality)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 8a17d502..04eb9629 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,9 @@ bin_PROGRAMS = src/pattern_sim src/process_hkl src/get_hkl src/indexamajig \ src/compare_hkl src/partialator src/check_hkl src/partial_sim noinst_PROGRAMS = tests/list_check tests/integration_check \ - tests/pr_gradient_check tests/symmetry_check \ + tests/pr_p_gradient_check tests/symmetry_check \ tests/centering_check tests/transformation_check \ - tests/cell_check + tests/cell_check tests/pr_l_gradient_check MERGE_CHECKS = tests/first_merge_check tests/second_merge_check \ tests/third_merge_check tests/fourth_merge_check @@ -86,7 +86,10 @@ tests_integration_check_SOURCES = tests/integration_check.c tests_symmetry_check_SOURCES = tests/symmetry_check.c -tests_pr_gradient_check_SOURCES = tests/pr_gradient_check.c \ +tests_pr_p_gradient_check_SOURCES = tests/pr_p_gradient_check.c \ + src/post-refinement.c + +tests_pr_l_gradient_check_SOURCES = tests/pr_l_gradient_check.c \ src/post-refinement.c tests_centering_check_SOURCES = tests/centering_check.c |