From 8c4dfc55b69352bbd5e74f110749aebe864320ac Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sun, 18 Mar 2012 13:19:13 -0300 Subject: [PATCH] cameo/test/: test scenario for area fill --- cameo/test/Makefile | 7 +++++++ cameo/test/doit | 10 ++++++++++ cameo/test/in.gp | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 cameo/test/Makefile create mode 100755 cameo/test/doit create mode 100644 cameo/test/in.gp diff --git a/cameo/test/Makefile b/cameo/test/Makefile new file mode 100644 index 0000000..83cd302 --- /dev/null +++ b/cameo/test/Makefile @@ -0,0 +1,7 @@ +.PHONY: all plot + +all: + ./doit + +plot: + echo 'plot "in.gp" with lines, "out.gp" with lines' | gnuplot -persist diff --git a/cameo/test/doit b/cameo/test/doit new file mode 100755 index 0000000..d4ef1f8 --- /dev/null +++ b/cameo/test/doit @@ -0,0 +1,10 @@ +#!/bin/sh +../cameo <