File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -227,12 +227,14 @@ test-testd = 1.23456
227227 (double3-test 1 0.1 0.2 0.3 0.4)
228228
229229 ;;
230+ (when (not (eq (read (unix::piped-fork "gcc -dumpmachine") nil 'arm-linux-gnueabi) 'arm-linux-gnueabi))
230231 (check-func 'double-test)
231232 (setq f (piped-fork (format nil "eusg ~A/test/test-foreign.module_l '(progn (double-test 1 0.1 0.2 0.3 0.4)(exit 0))'" *eusdir*)))
232233 (assert-read-line-eps= f 0.1)
233234 (assert-read-line-eps= f 0.2)
234235 (assert-read-line-eps= f 0.3)
235236 (assert-read-line-eps= f 0.4)
237+ )
236238 (when (not (and (memq :word-size=32 *features*) (memq :arm *features*)))
237239 (check-func 'double3-test)
238240 (setq f (piped-fork (format nil "eusg ~A/test/test-foreign.module_l '(progn (double3-test 1 0.1 0.2 0.3 0.4)(exit 0))'" *eusdir*)))
You can’t perform that action at this time.
0 commit comments