view 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
line wrap: on
line source

## Makefile.am -- Process this file with automake to produce Makefile.in

EXTRA_DIST              = $(TESTS) data
MAINTAINERCLEANFILES    = Makefile.in

test_outdir              = test.out

TESTS_ENVIRONMENT       = \
			top_builddir=$(top_builddir) \
			outdir=$(test_outdir)

TESTS                   = \
                        srf2fasta.test \
                        srf2fastq.test \
			srf_info.test \
			srf_filter.test \
			srf_index.test

dist-hook:
	rm -rf `find $(distdir)/data -name .svn`

distclean-local:
	-rm -rf $(test_outdir)