From 30aa7ea94288ceaf4f2ef8a73bcfdcc5dae452b6 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Fri, 30 Dec 2016 18:13:06 -0800 Subject: Rename acceptance test --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebb6ad2..530bd2f 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,8 @@ 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 +acceptance: fzy + cd test/acceptance && bundle && bundle exec ruby acceptance_test.rb test: check check: test/fzytest @@ -53,4 +53,4 @@ clean: veryclean: clean rm -f config.h -.PHONY: test check all clean veryclean install fmt integration_test +.PHONY: test check all clean veryclean install fmt acceptance -- cgit v1.2.3