Skip to content

Commit

Permalink
Changed make test to run with test data in $PWD
Browse files Browse the repository at this point in the history
No longer download the test data for make test.
Script test_amrfinder.sh still works as expected
  • Loading branch information
evolarjun committed Jan 24, 2025
1 parent a09600e commit a90b899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,5 @@ github_binaries:

test: $(DISTFILES) Makefile *.cpp *.hpp *.inc test_dna.fa test_prot.fa test_prot.gff test_dna.fa test_dna.expected test_prot.expected test_both.expected
make -C stx test
./test_amrfinder.sh
./test_amrfinder.sh -n # test the amrfinder in the current directory
# with the test data in the current directory

0 comments on commit a90b899

Please sign in to comment.