comparison srf2fastq/io_lib-1.12.2/tests/Makefile.am @ 0:d901c9f41a6a default tip

Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
author dawe
date Tue, 07 Jun 2011 17:48:05 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d901c9f41a6a
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2
3 EXTRA_DIST = $(TESTS) data
4 MAINTAINERCLEANFILES = Makefile.in
5
6 test_outdir = test.out
7
8 TESTS_ENVIRONMENT = \
9 top_builddir=$(top_builddir) \
10 outdir=$(test_outdir)
11
12 TESTS = \
13 srf2fasta.test \
14 srf2fastq.test \
15 srf_info.test \
16 srf_filter.test \
17 srf_index.test
18
19 dist-hook:
20 rm -rf `find $(distdir)/data -name .svn`
21
22 distclean-local:
23 -rm -rf $(test_outdir)
24