From 62862ec61d0dc48a44e13291f4ce3d3fcd4756ea Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 28 Dec 2016 00:48:09 -0800 Subject: Add integration test helper to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a467932..ebb6ad2 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,9 @@ all: fzy test/fzytest: $(TESTOBJECTS) $(CC) $(CFLAGS) $(CCFLAGS) -Isrc -o $@ $(TESTOBJECTS) $(LIBS) +integration_test: fzy + cd test/integration && bundle && bundle exec ruby integration_test.rb + test: check check: test/fzytest $(DEBUGGER) ./test/fzytest @@ -50,4 +53,4 @@ clean: veryclean: clean rm -f config.h -.PHONY: test check all clean veryclean install fmt +.PHONY: test check all clean veryclean install fmt integration_test -- cgit v1.2.3