From c2bfbd5a5e9c408ccd770b361c84c9c1a643a71b Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Tue, 1 May 2012 23:48:32 -0300 Subject: [PATCH] cameo: add two test cases (exhibiting brokenness) --- cameo/test/2/Makefile | 7 + cameo/test/2/doit | 8 + cameo/test/2/in.gp | 281 +++++++++++ cameo/test/3/Makefile | 7 + cameo/test/3/doit | 8 + cameo/test/3/in.gp | 1032 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 1343 insertions(+) create mode 100644 cameo/test/2/Makefile create mode 100755 cameo/test/2/doit create mode 100644 cameo/test/2/in.gp create mode 100644 cameo/test/3/Makefile create mode 100755 cameo/test/3/doit create mode 100644 cameo/test/3/in.gp diff --git a/cameo/test/2/Makefile b/cameo/test/2/Makefile new file mode 100644 index 0000000..83cd302 --- /dev/null +++ b/cameo/test/2/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/2/doit b/cameo/test/2/doit new file mode 100755 index 0000000..0f171d1 --- /dev/null +++ b/cameo/test/2/doit @@ -0,0 +1,8 @@ +#!/bin/sh +../../cameo <