source: trunk/test/Makefile.am @ 2960

Last change on this file since 2960 was 2960, checked in by Peter, 10 years ago

merge patch release 0.10.1 into trunk

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 9.5 KB
Line 
1## $Id: Makefile.am 2960 2013-01-17 08:19:07Z 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 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
28
29check_LTLIBRARIES = test/libyattest.la
30
31check_SCRIPTS = test/common_defs.sh
32
33EXTRA_PROGRAMS = test/alignment.test \
34  test/alignment2.test \
35  test/averager.test \
36  test/averager1.test \
37  test/averager3.test \
38  test/averager4.test \
39  test/bam_pair_analyse test/bam_iterator test/bam_region_iterator \
40  test/bam_header \
41  test/codon.test test/commandline.test \
42  test/concept.test \
43  test/consensus_inputranker.test test/data_lookup_1d.test  \
44  test/data_weight.test test/data_weight_proxy.test \
45  test/deleter.test \
46  test/distance.test \
47  test/dna.test test/ensemble.test test/feature_selection.test \
48  test/fileutil.test \
49  test/fisher.test test/genomic_position.test test/getline_iterator.test \
50  test/gff.test test/help.test test/histogram.test \
51  test/igp.test test/index.test test/inputranker.test test/interpolation.test \
52  test/iterator.test test/kendall.test test/kernel_lookup.test \
53  test/kernel_pca.test test/kernel.test \
54  test/knn.test test/kolmogorov_smirnov.test test/large_file.test \
55  test/matrix_lookup.test \
56  test/matrix_lookup_weighted.test test/matrix.test \
57  test/matrix_weighted.test test/merge.test test/nbc.test \
58  test/ncc.test test/nni.test test/normalization.test test/pca.test \
59  test/range.test test/regression.test test/rnd.test \
60  test/rng-mt.test \
61  test/roc.test \
62  test/score.test test/segment.test test/smart_ptr.test   \
63  test/smoother.test test/spearman.test \
64  test/split.test test/statistics.test test/stream_redirect.test \
65  test/subset_generator.test test/svd.test test/svm.test \
66  test/svm_multi_class.test test/target.test \
67  test/ttest.test test/tukey.test \
68  test/utility.test test/vector.test test/version.test test/view.test
69
70TESTS = $(EXTRA_PROGRAMS)
71CLEANFILES += $(EXTRA_PROGRAMS)
72
73# tests not passing through yet
74XFAIL_TESTS =
75
76DISTRIBUTED_TESTS = \
77test/cmd_test.sh \
78test/doxygen_test.sh \
79test/help_test.sh \
80test/static_test.sh \
81test/yat_config_test.sh \
82test/yat_config_cblas_test.sh \
83test/yat_cpp_add_flag_test.sh \
84test/yat_cxx_add_flag_test.sh \
85test/yat_ld_add_flag_test.sh \
86test/yat_have_svn_wc_test.sh \
87test/yat_lt_link_ifelse_test.sh \
88test/yat_msg_error_test.sh \
89test/yat_msg_error_test2.sh \
90test/yat_m4_test.sh \
91test/yat_m4_test2.sh \
92test/yat_pc_test.sh \
93test/yat_prog_move_if_change_test.sh \
94test/yat_revision_header_test.sh \
95test/yat_svn_release_year_test.sh \
96test/yat_svn_revision_test.sh
97
98TESTS += $(DISTRIBUTED_TESTS)
99EXTRA_DIST += $(DISTRIBUTED_TESTS)
100
101TEST_EXTENSIONS = .sh .test
102
103LDADD = yat/libyat.la test/libyattest.la $(YAT_LIBS)
104
105#test_large_file_test_LDADD = test/libyattest.la
106
107test_libyattest_la_LIBADD = yat/libyat.la
108test_libyattest_la_SOURCES = test/Suite.cc
109
110lazycheck:; $(MAKE) $(AM_MAKEFLAGS) check RECHECK_LOGS=
111
112# dependencies for lazycheck
113test/cmd_test.log: test/help.test test/common_defs.sh
114test/help_test.log: test/help.test test/common_defs.sh
115test/static_test.log: $(srcdir)/m4/yat.m4 test/common_defs.sh
116test/yat_config_test.log: build_support/yat-config \
117  build_support/for_installation/yat-config test/common_defs.sh
118test/yat_config_cblas_test.log: build_support/yat-config test/common_defs.sh
119test/yat_cpp_add_flag_test.log: $(srcdir)/m4/yat_add_flag.m4 \
120  $(srcdir)/m4/ax_append_flag.m4 \
121  $(srcdir)/m4/ax_check_preproc_flag.m4 \
122  test/common_defs.sh
123test/yat_cxx_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \
124  $(top_srcdir)/m4/ax_append_compile_flags.m4 \
125  $(top_srcdir)/m4/ax_append_flag.m4 \
126  $(top_srcdir)/m4/ax_check_compile_flag.m4 \
127  test/common_defs.sh
128test/yat_have_svn_wc_test.log: $(srcdir)/m4/yat_am_macros.m4 test/common_defs.sh
129test/yat_ld_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \
130  $(top_srcdir)/m4/ax_append_flag.m4 \
131  $(top_srcdir)/m4/ax_append_link_flags.m4 \
132  $(top_srcdir)/m4/ax_check_link_flag.m4 \
133  test/common_defs.sh
134test/yat_lt_link_ifelse_test.log: $(top_srcdir)/m4/yat_lt_link_ifelse.m4 \
135  $(top_srcdir)/m4/yat.m4 test/common_defs.sh \
136  $(top_builddir)/build_support/yat-config
137test/yat_m4_test.log:$(top_srcdir)/m4/yat.m4 test/common_defs.sh \
138  $(top_builddir)/build_support/yat-config
139test/yat_m4_test2.log:$(top_srcdir)/m4/yat.m4 test/common_defs.sh
140test/yat_msg_error_test.log:$(srcdir)/m4/yat_msg_error.m4 test/common_defs.sh
141test/yat_msg_error_test2.log:$(srcdir)/m4/yat_msg_error.m4 test/common_defs.sh
142test/yat_pc_test.log: test/common_defs.sh build_support/yat.pc
143test/yat_prog_move_if_change_test.log: $(top_srcdir)/m4/yat_am_macros.m4 \
144  $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
145  $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
146  $(top_srcdir)/m4/ax_file_escapes.m4 \
147  test/common_defs.sh
148test/yat_revision_header_test.log: $(top_srcdir)/m4/yat_am_macros.m4 \
149  test/common_defs.sh \
150  $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
151  $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
152  $(top_srcdir)/m4/ax_file_escapes.m4
153test/yat_svn_release_year_test.log: $(top_srcdir)/m4/yat_am_macros.m4 \
154  test/common_defs.sh \
155  $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
156  $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
157  $(top_srcdir)/m4/ax_file_escapes.m4
158test/yat_svn_revision_test.log: $(top_srcdir)/m4/yat_am_macros.m4 \
159  test/common_defs.sh \
160  $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
161  $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
162  $(top_srcdir)/m4/ax_file_escapes.m4
163
164if DX_ENABLE_HTML
165test/doxygen_test.log: doc/$(DX_HTML_OUTPUT)/index.html
166endif
167
168# yat-hello is an example of a tiny package that uses yat
169dist_noinst_DATA = $(srcdir)/test/yat-hello-1.0.tar.gz
170
171# Directory yat-hello contains what a developer would check out
172# from a VCS, i.e., no files generated by autotools.
173yat_hello_sources  =
174yat_hello_sources += $(srcdir)/test/yat-hello/configure.ac
175yat_hello_sources += $(srcdir)/test/yat-hello/Makefile.am
176yat_hello_sources += $(srcdir)/test/yat-hello/hello.cc
177
178EXTRA_DIST += $(yat_hello_sources)
179
180yat_hello_tmp_files =
181yat_hello_tmp_files += Makefile.in
182yat_hello_tmp_files += autom4te.cache
183yat_hello_tmp_files += aclocal.m4
184yat_hello_tmp_files += build-aux
185yat_hello_tmp_files += configure
186yat_hello_tmp_files += m4
187
188
189yat_hello_deps = $(yat_hello_sources)
190yat_hello_deps += $(top_srcdir)/m4/yat.m4
191## We depend on version.m4 so tarball is updated at every release (at least)
192yat_hello_deps += $(top_srcdir)/m4/version.m4
193
194$(srcdir)/test/yat-hello-1.0.tar.gz: $(yat_hello_deps)
195  $(AM_V_GEN)cd $(srcdir)/test/yat-hello \
196  && $(MKDIR_P) m4 \
197  && cp $(abs_top_srcdir)/m4/yat.m4 m4/ \
198  && autoreconf -if $(yat_dev_null) \
199  && ./configure --without-yat $(yat_dev_null) \
200  && $(MAKE) $(AM_MAKEFLAGS) dist $(yat_dev_null) \
201  && $(MAKE) $(AM_MAKEFLAGS) distclean $(yat_dev_null) \
202  && mv yat-hello-1.0.tar.gz .. \
203  && rm -rf $(yat_hello_tmp_files)
204
205INSTALL_CHECK_TARGETS += yat-hello-check
206
207yat-hello-check: $(srcdir)/test/yat-hello-1.0.tar.gz
208  GZIP=$(GZIP_ENV) gzip -dc $(srcdir)/test/yat-hello-1.0.tar.gz | $(am__untar)\
209  && cd yat-hello-1.0 \
210  && ./configure --with-yat=$(bindir) \
211  && $(MAKE) $(AM_MAKEFLAGS) all \
212  && ./hello \
213  && cd .. \
214  && rm -rf yat-hello-1.0
215
216
217## test data
218EXTRA_DIST += \
219test/data/foo.sam \
220test/data/isoform.peaks \
221test/data/knni_matrix.data \
222test/data/knni_result.data \
223test/data/knni_weight.data \
224test/data/nm_alpha_linear_matlab.txt \
225test/data/nm_data_centralized.txt \
226test/data/nm_kernel.txt \
227test/data/nm_kernel2.txt \
228test/data/nm_kernel_gaussian.txt \
229test/data/nm_target_bin.txt \
230test/data/normalization_test.data \
231test/data/rank_data.txt \
232test/data/rank_target.txt \
233test/data/regression_gauss.data \
234test/data/small.gff2 \
235test/data/small.gff3 \
236test/data/sorlie_centroid_classes.txt \
237test/data/sorlie_centroid_data.txt  \
238test/data/sorlie_centroid_predictions.txt \
239test/data/sorlie_centroids.txt \
240test/data/vector1.data  \
241test/data/vector2.data \
242test/data/vector3.data \
243test/data/vector4.data \
244test/data/vector5.data \
245test/data/vector6.data  \
246test/data/vector7.data \
247test/data/wenni_result.data \
248test/data/wenni_weight.data
249
250CLEANFILES += test/data/.dirstamp
251CLEANFILES += test/data/foo.bam
252CLEANFILES += test/data/foo.sorted.bam
253CLEANFILES += test/data/foo.sorted.bam.bai
254
255check_DATA  = test/data/foo.sorted.bam
256check_DATA += test/data/foo.sorted.bam.bai
257
258test/data/.dirstamp:
259  @$(MKDIR_P) test/data
260  @: > $@
261
262if HAVE_SAMTOOLS
263test/data/foo.bam: test/data/foo.sam test/data/.dirstamp Makefile
264  $(SAMTOOLS) view -Sb $(srcdir)/test/data/foo.sam > $@-t && mv $@-t $@
265
266test/data/foo.sorted.bam: test/data/foo.bam
267  $(SAMTOOLS) sort test/data/foo.bam test/data/foo.sorted
268
269test/data/foo.sorted.bam.bai: test/data/foo.sorted.bam
270  $(SAMTOOLS) index test/data/foo.sorted.bam
271else
272test/data/foo.sorted.bam: test/data/.dirstamp
273  : > $@
274
275test/data/foo.sorted.bam.bai: test/data/.dirstamp
276  : > $@
277endif
Note: See TracBrowser for help on using the repository browser.