We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464f4e2 commit 253f818Copy full SHA for 253f818
3 files changed
tests/Makefile.am
@@ -31,11 +31,9 @@
31
#
32
## Makefile.am -- Process this file with automake to produce Makefile.in
33
34
-EXTRA_DIST = $(TESTS) data compare_sam.pl generate_data.pl cram_io_test.c
+EXTRA_DIST = $(TESTS) data compare_sam.pl generate_data.pl
35
MAINTAINERCLEANFILES = Makefile.in
36
37
-noinst_PROGRAMS = cram_io_test
38
-
39
test_outdir = test.out
40
41
TESTS_ENVIRONMENT = \
@@ -51,7 +49,6 @@ TESTS = \
51
49
scram.test \
52
50
scram_mt30.test \
53
scram_mt31.test \
54
- cram_io.test \
55
java.test
56
57
# Disabled V4.0 for now due to needing htslib updates
tests/cram_io.test
tests/cram_io_test.c
0 commit comments