emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 80d9c17 188/399: Makefile: Clone tests/ if needed


From: Oleh Krehel
Subject: [elpa] master 80d9c17 188/399: Makefile: Clone tests/ if needed
Date: Sat, 20 Jul 2019 14:57:20 -0400 (EDT)

branch: master
commit 80d9c1781c1c6502b73dd5495998913c26bebfbc
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Makefile: Clone tests/ if needed
    
    Re #2050
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c6f3eca..968b8a4 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,10 @@ RM ?= rm -f
 
 all: test
 
-test:
+tests:
+       git clone -b test --single-branch https://github.com/abo-abo/swiper/ 
tests
+
+test: tests
        $(emacs) -batch $(LOAD) -l ivy-test.el -f ert-run-tests-batch-and-exit
 
 checkdoc:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]