We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aeb90b commit f658960Copy full SHA for f658960
test/Makefile
@@ -1,4 +1,4 @@
1
-TEST_COMMAND = ln -sfT $(ACTUAL_PATH)/bam/test/testFiles testFilesLibBam; \
+TEST_COMMAND = ln -sfn $(ACTUAL_PATH)/bam/test/testFiles testFilesLibBam; \
2
mkdir -p results; ./samTests.sh && \
3
./testFilter.sh && ./testSeq.sh && \
4
./testRevert.sh && ./testDiff.sh && \
0 commit comments