1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

tests: Make 'TARGETS' overridable.

This allows users to run "make TARGETS=armv7", for instance.

* tests/Makefile (TARGETS): Make it overridable.
This commit is contained in:
Ludovic Courtès 2020-06-20 16:13:16 +02:00
parent 1bb909a44d
commit e3d9bdf03f

View file

@ -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:
#