Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
fix rocksort test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Apr 8, 2015
1 parent 47cc9e8 commit f07b312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rocksort/test.sh
Expand Up @@ -38,7 +38,7 @@ echo "Shuffling $TEST_BAM..."
$samtools rocksort -u 0 -l 1 $TEST_BAM "${testdir}/samtools_rocksort_test_shuffled"

# Compile and test bamsorted.c (FIXME ugly)
cc -o bamsorted -O2 ${srcdir}/bamsorted.c -I"$htslibdir" -I"$samtoolsdir" "$htslibdir/libhts.a" "$samtoolsdir/libbam.a" "$htslibdir/faidx.o" -lz -lpthread
cc -o bamsorted -O2 ${srcdir}/bamsorted.c -I"$htslibdir" -I"$samtoolsdir" "$htslibdir/libhts.a" "$samtoolsdir/libbam.a" -lz -lpthread
echo -n "Positive control: "
./bamsorted "$TEST_BAM"
echo -n "Negative control: "
Expand Down

0 comments on commit f07b312

Please sign in to comment.