From: Nathan Wagner Date: Tue, 21 Aug 2018 10:43:18 +0000 (+0000) Subject: allow prove to read from stdin X-Git-Url: https://pd.if.org/git/?p=ctap;a=commitdiff_plain;h=e0a7151019a89a425de6cdbe3290b08941d2c316 allow prove to read from stdin A -n option will set the name to use for the stdin test, which defaults to "". --- diff --git a/Makefile b/Makefile index e416fab..7005a00 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ OBJS := ctap.o main.o CFLAGS := -Wall +all: prove + main: $(OBJS) $(CC) $(CFLAGS) -o $@ $+ diff --git a/prove b/prove new file mode 100755 index 0000000..e18fada Binary files /dev/null and b/prove differ