Skip to content

Commit

Permalink
add example directory and move src/example.strm -> example/fizzbuzz.s…
Browse files Browse the repository at this point in the history
…trm; #30

we should update tests more decriptive in the future.
  • Loading branch information
matz committed Dec 19, 2014
1 parent 83b8456 commit b54db8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all : $(TARGET)
.PHONY : all

test : all
$(TARGET) < example.strm
$(TARGET) ../example/fizzbuzz.strm
.PHONY : test

y.tab.c : parse.y
Expand Down

0 comments on commit b54db8a

Please sign in to comment.