We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7840b89 commit 45247e7Copy full SHA for 45247e7
2 files changed
testScripts/compareVersions/Compare.mk.in
@@ -1,9 +1,19 @@
1
-all: test
+all: double
2
3
-test: @CMAKE_RUNTIME_OUTPUT_DIRECTORY@/popsift-compareSiftFiles
4
- sh ./compareWithVLFeat.sh
+single: @CMAKE_RUNTIME_OUTPUT_DIRECTORY@/popsift-compareSiftFiles
+ bash ./compareWithVLFeat.sh -1 popsift vlfeat
5
+
6
+double: @CMAKE_RUNTIME_OUTPUT_DIRECTORY@/popsift-compareSiftFiles
7
+ bash ./compareWithVLFeat.sh -1 vlfeat default -2 popsift vlfeat
8
9
+triple: @CMAKE_RUNTIME_OUTPUT_DIRECTORY@/popsift-compareSiftFiles
10
+ bash ./compareWithVLFeat.sh -1 vlfeat default -2 popsift default -3 popsift vlfeat
11
12
clean:
13
+ rm -rf popsift-*-popsift-*
14
+ rm -rf vlfeat-*-vlfeat-*
15
+ rm -rf vlfeat-*-popsift-*
16
+ rm -rf popsift-*-vlfeat-*
17
rm -f sort*.txt
18
rm -f sort*.png
19
rm -f *.sift
0 commit comments