From: ian Date: Fri, 22 Oct 2004 23:45:42 +0000 (+0000) Subject: generate t.ppm - a test case thing X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=bfe9e2d7e0bab7a17296dc3380aa667fe8927986;p=trains.git generate t.ppm - a test case thing --- diff --git a/layout/Makefile b/layout/Makefile index b2d97b8..ecdaefd 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -71,6 +71,10 @@ ours-p%.ps: ours.d4 layout parts.ps: showlib.d4 layout ./layout <$< $(LAYOUTOPTS_ALL) $o +# test case +t.ppm: ours-g0.ppm x.gdb subseg2display + gdb -x x.gdb + clean: -rm -f -- *.d4 *~ *.new t.ppm -rm -f ours-*.ps parts.ps diff --git a/layout/x.gdb b/layout/x.gdb index b31a177..d208abb 100644 --- a/layout/x.gdb +++ b/layout/x.gdb @@ -1,5 +1,5 @@ file subseg2display -set args ours-g0.ppm >u.ppm \ +set args ours-g0.ppm >t.ppm \ b 0 200 200 200 \ 0. 0 200 200 200 \ .. 0 000 000 000 \