From: brian Date: Wed, 14 Feb 2007 21:12:18 +0000 (-0800) Subject: update the path to the jpeg test image X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=00faa5231809fd956989e44e18c5284951876f01;ds=sidebyside update the path to the jpeg test image darcs-hash:20070214211218-24bed-8513c56af17a22f1e0c3c499fd935d0295d0962f.gz --- diff --git a/Makefile b/Makefile index 65a3c18..8094099 100644 --- a/Makefile +++ b/Makefile @@ -431,7 +431,7 @@ build/tests/SpeedTest.class: build/org/ibex/nestedvm/Runtime.class tmp/thebride_1280.jpg: @mkdir -p tmp - cd tmp && curl -O http://www.kill-bill.com/images/wallpaper/thebride_1280.jpg + cd tmp && curl -O http://www.brianweb.net/misc/thebride_1280.jpg oldspeedtest: build/tests/DJpeg.class tmp/thebride_1280.jpg bash -c "time $(JAVA) -cp build tests.DJpeg -targa -outfile tmp/thebride_1280.tga tmp/thebride_1280.jpg"