summaryrefslogtreecommitdiffstats
path: root/Algorithms/Part-II/2-SeamCarving/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Algorithms/Part-II/2-SeamCarving/Makefile')
-rw-r--r--Algorithms/Part-II/2-SeamCarving/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Algorithms/Part-II/2-SeamCarving/Makefile b/Algorithms/Part-II/2-SeamCarving/Makefile
index 335e05e..75cedde 100644
--- a/Algorithms/Part-II/2-SeamCarving/Makefile
+++ b/Algorithms/Part-II/2-SeamCarving/Makefile
@@ -32,7 +32,7 @@ check: $(BIN) $(CLASSES) check.sh
./check.sh HJoceanTransposed
test: $(BIN) $(CLASSES)
- java $(CLASSPATH) ResizeDemo ./data/HJocean.png 200 100
+ java $(CLASSPATH) ResizeDemo ./data/HJocean.png 200 100 && cmp -b ok.png out.png && echo "OK"
zip: $(BIN)
$(ALGS4)/bin/findbugs $(BIN).class