guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/06: tests: Make 'TARGETS' overridable.


From: Ludovic Courtès
Subject: [Guile-commits] 02/06: tests: Make 'TARGETS' overridable.
Date: Sun, 21 Jun 2020 09:14:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guile.

commit e3d9bdf03f0ee6440515c473f789fa501012ec76
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jun 20 16:13:16 2020 +0200

    tests: Make 'TARGETS' overridable.
    
    This allows users to run "make TARGETS=armv7", for instance.
    
    * tests/Makefile (TARGETS): Make it overridable.
---
 tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 8127972..b358a88 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,5 +1,5 @@
 TESTS=$(sort $(basename $(wildcard *.c)))
-TARGETS=native ia32 aarch64 armv7
+TARGETS ?= native ia32 aarch64 armv7
 
 # Suitable values of cross-compiler variables for Debian:
 #



reply via email to

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