From dea5bce2e4c248abfab06d6b5da7490194242342 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Wed, 28 Nov 2018 05:03:39 +0000 Subject: [PATCH] Run the flonum tests both compiled and interpreted. --- tests/check.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/check.scm b/tests/check.scm index 3c54d919c..26984f128 100644 --- a/tests/check.scm +++ b/tests/check.scm @@ -65,6 +65,8 @@ USA. ("runtime/test-file-attributes" (runtime)) "runtime/test-floenv" "runtime/test-flonum" + "runtime/test-flonum.bin" + "runtime/test-flonum.com" "runtime/test-hash-table" "runtime/test-integer-bits" ("runtime/test-library-parser" (runtime library)) -- 2.25.1