source: trunk/test/Makefile.am @ 2517

Last change on this file since 2517 was 2517, checked in by Peter, 12 years ago

use common_defs in documentation_test. Change name to doxygen_test to avoid filename conflict

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.5 KB
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 2517 2011-07-11 13:58:16Z peter $
4
5# Copyright (C) 2003 Daniel Dalevi, Jari Häkkinen
6# Copyright (C) 2004 Jari Häkkinen, Peter Johansson, Cecilia Ritz
7# Copyright (C) 2005 Jari Häkkinen, Peter Johansson
8# Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér
9# Copyright (C) 2009, 2010, 2011 Peter Johansson
10#
11# This file is part of the yat library, http://dev.thep.lu.se/yat
12#
13# The yat library is free software; you can redistribute it
14# and/or modify it under the terms of the GNU General Public License as
15# published by the Free Software Foundation; either version 3 of the
16# License, or (at your option) any later version.
17#
18# The yat library is distributed in the hope that it will be useful,
19# but WITHOUT ANY WARRANTY; without even the implied warranty of
20# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21# General Public License for more details.
22#
23# You should have received a copy of the GNU General Public License
24# along with yat. If not, see <http://www.gnu.org/licenses/>.
25
26## we use suffix .cc for all source
27AM_DEFAULT_SOURCE_EXT = .cc
28
29noinst_HEADERS = Suite.h
30
31check_LTLIBRARIES = libyattest.la
32
33check_SCRIPTS = common_defs.sh
34
35.PHONY: FORCE
36
37clean-local:; rm -rf yathello testSubDir
38
39FORCE:
40
41EXTRA_PROGRAMS = alignment.test averager.test \
42  codon.test commandline.test \
43  concept.test \
44  consensus_inputranker.test data_lookup_1d.test  \
45  data_weight.test data_weight_proxy.test distance.test \
46  dna.test ensemble.test feature_selection.test fileutil.test \
47  fisher.test genomic_position.test getline_iterator.test \
48  gff.test help.test histogram.test \
49  igp.test index.test inputranker.test interpolation.test \
50  iterator.test kernel_lookup.test kernel_pca.test kernel.test \
51  knn.test kolmogorov_smirnov.test large_file.test matrix_lookup.test \
52  matrix_lookup_weighted.test matrix.test \
53  matrix_weighted.test merge.test nbc.test \
54  ncc.test nni.test normalization.test pca.test \
55  range.test regression.test rnd.test roc.test \
56  score.test  segment.test smart_ptr.test   \
57  smoother.test split.test statistics.test stream_redirect.test \
58  subset_generator.test svd.test svm.test \
59  svm_multi_class.test tukey.test target.test \
60  ttest.test \
61  utility.test vector.test version.test view.test
62
63TESTS = $(EXTRA_PROGRAMS)
64CLEANFILES = $(EXTRA_PROGRAMS)
65
66# tests not passing through yet
67XFAIL_TESTS =
68
69DISTRIBUTED_TESTS = \
70doxygen_test.sh \
71help_test.sh \
72static_test.sh \
73yat_config_test.sh \
74yat_config_cblas_test.sh \
75yat_cpp_add_flag_test.sh \
76yat_cxx_add_flag_test.sh \
77yat_ld_add_flag_test.sh \
78yat_lt_link_ifelse_test.sh \
79yat_msg_error_test.sh \
80yat_msg_error_test2.sh \
81yat_m4_test.sh \
82yat_m4_test2.sh
83
84TESTS += $(DISTRIBUTED_TESTS)
85EXTRA_DIST = $(DISTRIBUTED_TESTS)
86
87TEST_EXTENSIONS = .sh .test
88
89LDADD = $(top_builddir)/yat/libyat.la libyattest.la $(YAT_LIBS)
90
91large_file_test_LDADD = libyattest.la
92
93libyattest_la_SOURCES = Suite.cc
94
95lazycheck:; $(MAKE) $(AM_MAKEFLAGS) check RECHECK_LOGS=
96
97# dependencies for lazycheck
98help_test.log: help.test common_defs.sh
99static_test.log: $(top_srcdir)/m4/yat.m4 common_defs.sh
100yat_config_test.log: $(top_builddir)/build_support/yat-config \
101  $(top_builddir)/build_support/for_installation/yat-config common_defs.sh
102yat_config_cblas_test.log: $(top_builddir)/build_support/yat-config \
103  common_defs.sh
104yat_cpp_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \
105  $(top_srcdir)/m4/ax_check_flag.m4 common_defs.sh
106yat_cxx_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \
107  $(top_srcdir)/m4/ax_check_flag.m4 common_defs.sh
108yat_ld_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \
109  $(top_srcdir)/m4/ax_check_flag.m4 common_defs.sh
110yat_lt_link_ifelse_test.log: $(top_srcdir)/m4/yat_lt_link_ifelse.m4 \
111  common_defs.sh
112yat_m4_test.log:$(top_srcdir)/m4/yat.m4 common_defs.sh \
113  $(top_builddir)/build_support/yat-config
114yat_m4_test2.log:$(top_srcdir)/m4/yat.m4 common_defs.sh
115yat_msg_error_test.log:$(top_srcdir)/m4/yat_msg_error.m4 common_defs.sh
116yat_msg_error_test2.log:$(top_srcdir)/m4/yat_msg_error.m4 common_defs.sh
117
118## We always rerun doxygen_test. When sources for doxygen have
119## not changed and a rerun would not be needed, the test is very
120## inexpensive because 'make doc' will not run anything, in other
121## words, we always run the test but let the logic for 'make doc' take
122## care of whether doxygen will run or not.
123doxygen_test.log: FORCE
124
125
126# yat-hello is an example of a tiny package that uses yat
127noinst_DATA = $(srcdir)/yat-hello-1.0.tar.gz
128
129# Directory yat-hello contains what a developer would check out
130# from a VCS, i.e., no files generated by autotools.
131yat_hello_sources  =
132yat_hello_sources += $(srcdir)/yat-hello/configure.ac
133yat_hello_sources += $(srcdir)/yat-hello/Makefile.am
134yat_hello_sources += $(srcdir)/yat-hello/hello.cc
135
136EXTRA_DIST += $(yat_hello_sources)
137
138yat_hello_tmp_files =
139yat_hello_tmp_files += Makefile.in
140yat_hello_tmp_files += autom4te.cache
141yat_hello_tmp_files += aclocal.m4
142yat_hello_tmp_files += build-aux
143yat_hello_tmp_files += configure
144yat_hello_tmp_files += m4
145
146
147yat_hello_deps = $(yat_hello_sources)
148yat_hello_deps += $(top_srcdir)/m4/yat.m4
149## We depend on version.m4 so tarball is updated at every release (at least)
150yat_hello_deps += $(top_srcdir)/m4/version.m4
151
152EXTRA_DIST += $(srcdir)/yat-hello-1.0.tar.gz
153
154$(srcdir)/yat-hello-1.0.tar.gz: $(yat_hello_deps)
155  cd $(srcdir)/yat-hello \
156  && $(MKDIR_P) m4 \
157  && cp $(abs_top_srcdir)/m4/yat.m4 m4/ \
158  && autoreconf -ivf \
159  && ./configure --without-yat \
160  && $(MAKE) $(AM_MAKEFLAGS) dist \
161  && $(MAKE) $(AM_MAKEFLAGS) distclean \
162  && mv yat-hello-1.0.tar.gz .. \
163  && rm -rf $(yat_hello_tmp_files)
164
165installcheck-local: yat-hello-check
166
167yat-hello-check: $(srcdir)/yat-hello-1.0.tar.gz
168  GZIP=$(GZIP_ENV) gzip -dc $< | $(am__untar) \
169  && cd yat-hello-1.0 \
170  && ./configure --with-yat=$(bindir) \
171  && $(MAKE) $(AM_MAKEFLAGS) all \
172  && ./hello \
173  && cd .. \
174  && rm -rf yat-hello-1.0
175
176
177## test data
178EXTRA_DIST += \
179data/isoform.peaks \
180data/knni_matrix.data \
181data/knni_result.data \
182data/knni_weight.data \
183data/nm_alpha_linear_matlab.txt \
184data/nm_data_centralized.txt \
185data/nm_kernel.txt \
186data/nm_kernel2.txt \
187data/nm_kernel_gaussian.txt \
188data/nm_target_bin.txt \
189data/normalization_test.data \
190data/rank_data.txt \
191data/rank_target.txt \
192data/regression_gauss.data \
193data/small.gff2 \
194data/small.gff3 \
195data/sorlie_centroid_classes.txt \
196data/sorlie_centroid_data.txt \
197data/sorlie_centroid_predictions.txt \
198data/sorlie_centroids.txt \
199data/vector1.data \
200data/vector2.data \
201data/vector3.data \
202data/vector4.data \
203data/vector5.data \
204data/vector6.data \
205data/vector7.data \
206data/wenni_result.data \
207data/wenni_weight.data
Note: See TracBrowser for help on using the repository browser.