From aa396c5af5c538c393c2939041c0160080590268 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Wed, 17 Aug 2016 10:15:34 +0200 Subject: [PATCH] Refactored. --- Makefile | 5 ++--- test/{tests.bats => tests._bats} | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename test/{tests.bats => tests._bats} (100%) diff --git a/Makefile b/Makefile index 3979a268..6a2b8df6 100644 --- a/Makefile +++ b/Makefile @@ -54,9 +54,8 @@ fixtures: sleep 10 tests: -# Start tests - ./test/bats/bats test/ENABLE_POP3.bats - ./test/bats/bats test/SASL_PASSWD.bats + # Start tests + ./test/bats/bats test/*.bats clean: # Remove running test container diff --git a/test/tests.bats b/test/tests._bats similarity index 100% rename from test/tests.bats rename to test/tests._bats