Skip to content

Commit

Permalink
removed unneeded files
Browse files Browse the repository at this point in the history
  • Loading branch information
aboshkin committed Oct 27, 2015
1 parent bdb5c89 commit 9dddf7f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 43 deletions.
11 changes: 3 additions & 8 deletions test/kar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,19 @@ TOP ?= $(abspath ../..)

MODULE = test/kar

TEST_TOOLS = \
TEST_TOOLS =

include $(TOP)/build/Makefile.env

.PHONY: $(TEST_TOOLS)

runtests: kar sra-kar

sra-kar:
@ rm -f SRR000123.sra
$(BINDIR)/sra-kar -v SRR000123
$(BINDIR)/vdb-dump SRR000123.sra
runtests: kar

kar:
rm -rf actual
mkdir -p actual
$(BINDIR)/kar -c actual/1.0.kar -d input/1.0; $(BINDIR)/kar -t actual/1.0.kar >actual/1.0.stdout; diff expected/1.0.stdout actual/1.0.stdout
rm -rf actual

.PHONY: kar sra-kar
.PHONY: kar

Binary file removed test/kar/SRR000123.sra
Binary file not shown.
Binary file removed test/kar/actual/1.0.kar
Binary file not shown.
35 changes: 0 additions & 35 deletions test/kar/actual/1.0.stdout

This file was deleted.

0 comments on commit 9dddf7f

Please sign in to comment.