diff options
| author | Pierre Roux | 2020-03-14 18:42:54 +0100 |
|---|---|---|
| committer | Pierre Roux | 2020-03-16 11:42:25 +0100 |
| commit | 0fdc7435d8b3666b17a9270375f5377fa340a773 (patch) | |
| tree | 1597f6af5341faa03987b354a2aad65f4cedbf92 /test-suite/Makefile | |
| parent | 1a7cdc1da9bff2e46acdd5c07a7eee5dcd27d731 (diff) | |
Fix coq-makefile/native1 test
This was accidentaly disabled by #6264 when no_native_compiler was
renamed to native_compiler.
Moreover, the (then unactivated test) was broken by commit 48ae6ce
(part of #9088).
Diffstat (limited to 'test-suite/Makefile')
| -rw-r--r-- | test-suite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile index 1681150f7b..3703d97c88 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -49,7 +49,8 @@ endif endif # exists ../_build export COQLIB -COQFLAGS?= +COQEXTRAFLAGS?= +COQFLAGS?=$(COQEXTRAFLAGS) coqc := $(BIN)coqc -q -R prerequisite TestSuite $(COQFLAGS) coqchk := $(BIN)coqchk -R prerequisite TestSuite |
