From b54db8a0f11a4ebf8670a8cc30c1a72bce236085 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 20 Dec 2014 00:01:52 +0900 Subject: [PATCH] add example directory and move src/example.strm -> example/fizzbuzz.strm; #30 we should update tests more decriptive in the future. --- src/example.strm => example/fizzbuzz.strm | 0 src/Makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/example.strm => example/fizzbuzz.strm (100%) diff --git a/src/example.strm b/example/fizzbuzz.strm similarity index 100% rename from src/example.strm rename to example/fizzbuzz.strm diff --git a/src/Makefile b/src/Makefile index e7d88a5..6ddc5ce 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ all : $(TARGET) .PHONY : all test : all - $(TARGET) < example.strm + $(TARGET) ../example/fizzbuzz.strm .PHONY : test y.tab.c : parse.y