Browse code

Rename acceptance test

John Hawthorn authored on 31/12/2016 02:13:06
Showing 5 changed files

... ...
@@ -2,4 +2,4 @@ fzy
2 2
 fzytest
3 3
 *.o
4 4
 config.h
5
-test/integration/vendor/bundle
5
+test/acceptance/vendor/bundle
... ...
@@ -20,8 +20,8 @@ all: fzy
20 20
 test/fzytest: $(TESTOBJECTS)
21 21
 	$(CC) $(CFLAGS) $(CCFLAGS) -Isrc -o $@ $(TESTOBJECTS) $(LIBS)
22 22
 
23
-integration_test: fzy
24
-	cd test/integration && bundle && bundle exec ruby integration_test.rb
23
+acceptance: fzy
24
+	cd test/acceptance && bundle && bundle exec ruby acceptance_test.rb
25 25
 
26 26
 test: check
27 27
 check: test/fzytest
... ...
@@ -53,4 +53,4 @@ clean:
53 53
 veryclean: clean
54 54
 	rm -f config.h
55 55
 
56
-.PHONY: test check all clean veryclean install fmt integration_test
56
+.PHONY: test check all clean veryclean install fmt acceptance
57 57
similarity index 100%
58 58
rename from test/integration/Gemfile
59 59
rename to test/acceptance/Gemfile
60 60
similarity index 100%
61 61
rename from test/integration/Gemfile.lock
62 62
rename to test/acceptance/Gemfile.lock
63 63
similarity index 100%
64 64
rename from test/integration/integration_test.rb
65 65
rename to test/acceptance/acceptance_test.rb