https://github.com/sanger-pathogens/gubbins
Revision 155d08a07dca63f8aad89390933c132eaebda861 authored by andrewjpage on 02 September 2014, 08:29:19 UTC, committed by andrewjpage on 02 September 2014, 08:29:19 UTC
2 parent s 7e6bd0d + 9151f5a
Raw File
Tip revision: 155d08a07dca63f8aad89390933c132eaebda861 authored by andrewjpage on 02 September 2014, 08:29:19 UTC
Merge pull request #106 from andrewjpage/catch_too_few_sequences
Tip revision: 155d08a
makefile
test:
	gcc -c -g *.c  -I .
	gcc -o run_all_tests *.o ../src/seqUtil.o ../src/string_cat.o ../src/Newickform.o ../src/alignment_file.o ../src/block_tab_file.o ../src/gff_file.o ../src/parse_vcf.o ../src/snp_searching.c ../src/vcf.o ../src/branch_sequences.o ../src/gubbins.o ../src/parse_phylip.o ../src/phylip_of_snp_sites.o ../src/snp_sites.o ../src/tree_statistics.o ../src/fasta_of_snp_sites.o -lm -lz -L /usr/local/lib/libcheck.dylib
	./run_all_tests
back to top