From a73f126c1d553cecc3ab6e3803952ef60a6c2332 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 12 May 2018 18:02:15 +0100 Subject: [PATCH] Adjust travis tests for tools/ --- tests/05-compile-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/05-compile-tools/Makefile b/tests/05-compile-tools/Makefile index 43f84405a..a89a585e4 100644 --- a/tests/05-compile-tools/Makefile +++ b/tests/05-compile-tools/Makefile @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -TOOLS=tools tools/sky tools/jn516x +TOOLS=tools BASEDIR=../../ TESTLOGS=$(subst /,__,$(patsubst %,%.testlog, $(TOOLS)))