source: trunk/test/Makefile.am @ 3314

Last change on this file since 3314 was 3314, checked in by Peter, 9 years ago

new test class: weighted_iterator_archetype. refs #803

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 11.3 KB
Line 
1## $Id: Makefile.am 3314 2014-09-13 06:22:10Z peter $
2
3# Copyright (C) 2003 Daniel Dalevi, Jari Häkkinen
4# Copyright (C) 2004 Jari Häkkinen, Peter Johansson, Cecilia Ritz
5# Copyright (C) 2005 Jari Häkkinen, Peter Johansson
6# Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér
7# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Peter Johansson
8#
9# This file is part of the yat library, http://dev.thep.lu.se/yat
10#
11# The yat library is free software; you can redistribute it
12# and/or modify it under the terms of the GNU General Public License as
13# published by the Free Software Foundation; either version 3 of the
14# License, or (at your option) any later version.
15#
16# The yat library is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19# General Public License for more details.
20#
21# You should have received a copy of the GNU General Public License
22# along with yat. If not, see <http://www.gnu.org/licenses/>.
23
24## we use suffix .cc for all source
25AM_DEFAULT_SOURCE_EXT = .cc
26
27noinst_HEADERS = test/Suite.h test/weighted_iterator_archetype.h
28
29check_LTLIBRARIES = test/libyattest.la
30
31check_SCRIPTS = test/defs.sh
32
33EXTRA_DIST += test/init.sh
34
35EXTRA_PROGRAMS = test/alignment.test \
36  test/alignment2.test \
37  test/averager.test \
38  test/averager1.test \
39  test/averager3.test \
40  test/averager4.test \
41  test/bam.test \
42  test/bam_pair_analyse.test \
43  test/bam_iterator.test \
44  test/bam_read_filter.test \
45  test/bam_region_iterator.test \
46  test/bam_header.test \
47  test/bam_header2.test \
48  test/bam_pair_iterator.test \
49  test/cigar.test \
50  test/codon.test test/commandline.test \
51  test/concept.test \
52  test/consensus_inputranker.test test/data_lookup_1d.test  \
53  test/data_weight.test test/data_weight_proxy.test \
54  test/deleter.test \
55  test/distance.test \
56  test/dna.test test/ensemble.test test/feature_selection.test \
57  test/fileutil.test \
58  test/fisher.test test/genomic_position.test test/getline_iterator.test \
59  test/gff.test test/help.test test/histogram.test \
60  test/igp.test test/index.test test/inputranker.test test/interpolation.test \
61  test/iterator.test test/kendall.test test/kernel_lookup.test \
62  test/kernel_matrix.test \
63  test/kernel_pca.test test/kernel.test \
64  test/knn.test test/kolmogorov_smirnov.test test/large_file.test \
65  test/likelihood_ratio_test_binomial.test \
66  test/matrix_lookup.test \
67  test/matrix_lookup_weighted.test test/matrix.test \
68  test/matrix_weighted.test test/merge.test \
69  test/merge_iterator.test test/nbc.test \
70  test/ncc.test test/nni.test test/normalization.test \
71  test/ostream_iterator.test \
72  test/pca.test \
73  test/queue.test test/queue2.test \
74  test/range.test test/regression.test test/rnd.test \
75  test/rng-mt.test \
76  test/roc.test \
77  test/score.test test/segment.test test/smart_ptr.test   \
78  test/smith_waterman.test \
79  test/smoother.test test/spearman.test \
80  test/split.test test/statistics.test test/stream_redirect.test \
81  test/subset_generator.test test/svd.test test/svm.test \
82  test/svm_multi_class.test test/target.test \
83  test/ttest.test test/tukey.test \
84  test/utility.test test/vector.test test/version.test \
85  test/weighted_iterator_archetype.test \
86  test/view.test
87
88TESTS = $(EXTRA_PROGRAMS)
89CLEANFILES += $(EXTRA_PROGRAMS)
90
91# tests not passing through yet
92XFAIL_TESTS =
93
94DISTRIBUTED_TESTS = \
95test/cmd_test.sh \
96test/doxygen_test.sh \
97test/help_test.sh \
98test/static_test.sh \
99test/yat_config_test.sh \
100test/yat_config_cblas_test.sh \
101test/yat_cpp_add_flag_test.sh \
102test/yat_cxx_add_flag_test.sh \
103test/yat_header_assert_test.sh \
104test/yat_ld_add_flag_test.sh \
105test/yat_have_svn_wc_test.sh \
106test/yat_lt_compile_ifelse_test.sh \
107test/yat_lt_link_ifelse_test.sh \
108test/yat_lt_link_la_ifelse_test.sh \
109test/yat_msg_error_test.sh \
110test/yat_msg_error_test2.sh \
111test/yat_m4_with_bam_test.sh \
112test/yat_m4_test.sh \
113test/yat_m4_test2.sh \
114test/yat_pc_test.sh \
115test/yat_prog_move_if_change_test.sh \
116test/yat_revision_header_test.sh \
117test/yat_svn_release_year_test.sh \
118test/yat_svn_revision_test.sh \
119test/yat_use_libtool_tag_test.sh
120
121TESTS += $(DISTRIBUTED_TESTS)
122EXTRA_DIST += $(DISTRIBUTED_TESTS)
123
124TEST_EXTENSIONS = .sh .test
125
126LDADD = yat/libyat.la test/libyattest.la $(YAT_LIBS)
127
128#test_large_file_test_LDADD = test/libyattest.la
129
130test_libyattest_la_LIBADD = yat/libyat.la
131test_libyattest_la_SOURCES = test/Suite.cc
132
133lazycheck:; $(MAKE) $(AM_MAKEFLAGS) check RECHECK_LOGS=
134
135shell_test_deps = $(srcdir)/test/init.sh test/defs.sh
136
137# dependencies for lazycheck
138test/cmd_test.log: test/help.test $(shell_test_deps)
139test/help_test.log: test/help.test $(shell_test_deps)
140test/static_test.log: $(srcdir)/m4/yat.m4 $(shell_test_deps)
141test/yat_config_test.log: build_support/yat-config \
142  build_support/for_installation/yat-config $(shell_test_deps)
143test/yat_config_cblas_test.log: build_support/yat-config $(shell_test_deps)
144test/yat_cpp_add_flag_test.log: $(srcdir)/m4/yat_add_flag.m4 \
145  $(srcdir)/m4/ax_append_flag.m4 \
146  $(srcdir)/m4/ax_check_preproc_flag.m4 \
147  $(shell_test_deps)
148test/yat_cxx_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \
149  $(top_srcdir)/m4/ax_append_compile_flags.m4 \
150  $(top_srcdir)/m4/ax_append_flag.m4 \
151  $(top_srcdir)/m4/ax_check_compile_flag.m4 \
152  $(top_srcdir)/m4/ax_require_defined.m4 \
153  $(shell_test_deps)
154test/yat_have_svn_wc_test.log: $(srcdir)/m4/yat_am_macros.m4 $(shell_test_deps)
155test/yat_ld_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \
156  $(top_srcdir)/m4/ax_append_flag.m4 \
157  $(top_srcdir)/m4/ax_append_link_flags.m4 \
158  $(top_srcdir)/m4/ax_check_link_flag.m4 \
159  $(top_srcdir)/m4/ax_require_defined.m4 \
160  $(shell_test_deps)
161test/yat_lt_compile_ifelse_test.log: $(shell_test_deps) \
162  $(top_srcdir)/m4/yat_lt_link_ifelse.m4
163test/yat_lt_link_ifelse_test.log: $(top_srcdir)/m4/yat_lt_link_ifelse.m4 \
164  $(top_srcdir)/m4/yat.m4 $(shell_test_deps) \
165  $(top_builddir)/build_support/yat-config
166test/yat_lt_link_la_ifelse_test.log: $(shell_test_deps) \
167  test/lib/libmy-shared.la \
168  $(top_srcdir)/m4/yat_lt_link_ifelse.m4 \
169  $(top_srcdir)/m4/yat_common.m4
170test/yat_m4_test.log:$(top_srcdir)/m4/yat.m4 $(shell_test_deps) \
171  $(top_builddir)/build_support/yat-config
172test/yat_m4_test2.log:$(top_srcdir)/m4/yat.m4 $(shell_test_deps)
173test/yat_msg_error_test.log:$(srcdir)/m4/yat_msg_error.m4 $(shell_test_deps)
174test/yat_msg_error_test2.log:$(srcdir)/m4/yat_msg_error.m4 $(shell_test_deps)
175test/yat_pc_test.log: $(shell_test_deps) build_support/yat.pc
176test/yat_prog_move_if_change_test.log: $(top_srcdir)/m4/yat_am_macros.m4 \
177  $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
178  $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
179  $(top_srcdir)/m4/ax_file_escapes.m4 \
180  $(shell_test_deps)
181test/yat_revision_header_test.log: $(top_srcdir)/m4/yat_am_macros.m4 \
182  $(shell_test_deps) \
183  $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
184  $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
185  $(top_srcdir)/m4/ax_file_escapes.m4
186test/yat_svn_release_year_test.log: $(top_srcdir)/m4/yat_am_macros.m4 \
187  $(shell_test_deps) \
188  $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
189  $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
190  $(top_srcdir)/m4/ax_file_escapes.m4
191test/yat_svn_revision_test.log: $(top_srcdir)/m4/yat_am_macros.m4 \
192  $(shell_test_deps) \
193  $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
194  $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
195  $(top_srcdir)/m4/ax_file_escapes.m4
196test/yat_use_libtool_tag_test.log: $(shell_test_deps) \
197  $(top_srcdir)/m4/yat_lt_link_ifelse.m4
198
199if DX_ENABLE_HTML
200test/doxygen_test.log: doc/$(DX_HTML_OUTPUT)/index.html
201endif
202
203# yat-hello is an example of a tiny package that uses yat
204dist_noinst_DATA = $(srcdir)/test/yat-hello-1.0.tar.gz
205
206# Directory yat-hello contains what a developer would check out
207# from a VCS, i.e., no files generated by autotools.
208yat_hello_sources  =
209yat_hello_sources += $(srcdir)/test/yat-hello/configure.ac
210yat_hello_sources += $(srcdir)/test/yat-hello/Makefile.am
211yat_hello_sources += $(srcdir)/test/yat-hello/hello.cc
212
213EXTRA_DIST += $(yat_hello_sources)
214
215yat_hello_tmp_files =
216yat_hello_tmp_files += Makefile.in
217yat_hello_tmp_files += autom4te.cache
218yat_hello_tmp_files += aclocal.m4
219yat_hello_tmp_files += build-aux
220yat_hello_tmp_files += configure
221yat_hello_tmp_files += config.h.in
222yat_hello_tmp_files += m4
223
224
225yat_hello_deps = $(yat_hello_sources)
226yat_hello_deps += $(top_srcdir)/m4/yat.m4
227## We depend on version.m4 so tarball is updated at every release (at least)
228yat_hello_deps += $(top_srcdir)/m4/version.m4
229
230$(srcdir)/test/yat-hello-1.0.tar.gz: $(yat_hello_deps)
231  $(AM_V_GEN)$(MKDIR_P) $(srcdir)/test/yat-hello/m4 \
232  && cd $(srcdir)/test/yat-hello \
233  && cp $(abs_top_srcdir)/m4/yat.m4 m4/ \
234  && autoreconf -if $(yat_dev_null) \
235  && ./configure --without-yat $(yat_dev_null) \
236  && $(MAKE) $(AM_MAKEFLAGS) dist $(yat_dev_null) \
237  && $(MAKE) $(AM_MAKEFLAGS) distclean $(yat_dev_null) \
238  && mv yat-hello-1.0.tar.gz .. \
239  && rm -rf $(yat_hello_tmp_files)
240
241INSTALL_CHECK_TARGETS += yat-hello-check
242
243yat-hello-check: $(srcdir)/test/yat-hello-1.0.tar.gz
244  GZIP=$(GZIP_ENV) gzip -dc $(srcdir)/test/yat-hello-1.0.tar.gz | $(am__untar)\
245  && cd yat-hello-1.0 \
246  && ./configure --with-yat=$(bindir) \
247  && $(MAKE) $(AM_MAKEFLAGS) all \
248  && ./hello \
249  && test x"`./hello`" = x"$(VERSION)" \
250  && cd .. \
251  && rm -rf yat-hello-1.0
252
253
254## test data
255EXTRA_DIST += \
256test/data/foo.sam \
257test/data/isoform.peaks \
258test/data/knni_matrix.data \
259test/data/knni_result.data \
260test/data/knni_weight.data \
261test/data/nm_alpha_linear_matlab.txt \
262test/data/nm_data_centralized.txt \
263test/data/nm_kernel.txt \
264test/data/nm_kernel2.txt \
265test/data/nm_kernel_gaussian.txt \
266test/data/nm_target_bin.txt \
267test/data/normalization_test.data \
268test/data/rank_data.txt \
269test/data/rank_target.txt \
270test/data/regression_gauss.data \
271test/data/small.gff2 \
272test/data/small.gff3 \
273test/data/sorlie_centroid_classes.txt \
274test/data/sorlie_centroid_data.txt  \
275test/data/sorlie_centroid_predictions.txt \
276test/data/sorlie_centroids.txt \
277test/data/vector1.data  \
278test/data/vector2.data \
279test/data/vector3.data \
280test/data/vector4.data \
281test/data/vector5.data \
282test/data/vector6.data  \
283test/data/vector7.data \
284test/data/wenni_result.data \
285test/data/wenni_weight.data
286
287CLEANFILES += test/data/.dirstamp
288CLEANFILES += test/data/foo.bam
289CLEANFILES += test/data/foo.sorted.bam
290CLEANFILES += test/data/foo.sorted.bam.bai
291
292check_DATA  = test/data/foo.sorted.bam
293check_DATA += test/data/foo.sorted.bam.bai
294
295test/data/.dirstamp:
296  @$(MKDIR_P) test/data
297  @: > $@
298
299if HAVE_SAMTOOLS
300test/data/foo.bam: test/data/foo.sam test/data/.dirstamp Makefile
301  $(AM_V_GEN)
302  $(AM_V_at)$(SAMTOOLS) view -Sb $(srcdir)/test/data/foo.sam \
303  > $@-t && mv $@-t $@
304
305test/data/foo.sorted.bam: test/data/foo.bam
306  $(AM_V_GEN)
307  $(AM_V_at)$(SAMTOOLS) sort test/data/foo.bam test/data/foo.sorted
308
309test/data/foo.sorted.bam.bai: test/data/foo.sorted.bam
310  $(AM_V_GEN)
311  $(AM_V_at)$(SAMTOOLS) index test/data/foo.sorted.bam
312else
313test/data/foo.sorted.bam: test/data/.dirstamp
314  $(AM_V_at): > $@
315
316test/data/foo.sorted.bam.bai: test/data/.dirstamp
317  $(AM_V_at): > $@
318endif
319
320test/lib/.dirstamp:
321  @$(MKDIR_P) test/lib
322  @: > $@
323
324check_DATA += test/lib/libmy-static.a
325EXTRA_DIST += test/gen_libmy_static.sh
326
327test/lib/libmy-static.a: test/lib/.dirstamp test/gen_libmy_static.sh \
328test/defs.sh
329  $(AM_V_GEN)
330  $(AM_V_at)$(SHELL) $(srcdir)/test/gen_libmy_static.sh $(yat_dev_null)
331
332check_DATA += test/lib/libmy-shared.la
333EXTRA_DIST += test/gen_libmy_shared.sh
334
335test/lib/libmy-shared.la: test/lib/.dirstamp test/gen_libmy_shared.sh \
336test/defs.sh
337  $(AM_V_GEN)
338  $(AM_V_at)$(SHELL) $(srcdir)/test/gen_libmy_shared.sh $(yat_dev_null)
Note: See TracBrowser for help on using the repository browser.