Skip to content

Commit 9bd27b8

Browse files
committed
arm32v5 (armel) did not work with test-testfd
1 parent f282438 commit 9bd27b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test-foreign.l

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ test-testd = 1.23456
121121
206 207)))
122122
(assert (= 123456 ret))
123123
;;
124+
(when (not (eq (read (unix::piped-fork "gcc -dumpmachine") nil 'arm-linux-gnueabi) 'arm-linux-gnueabi))
124125
(check-func 'test-testfd)
125126
(setq f (piped-fork (format nil "eusg ~A/test/test-foreign.module_l '(progn (test-testfd 100 101 102 103 104 105 1000.000000 1010.000000 1020.000000 1030.000000 1040.000000 1050.000000 1060.000000 1070.000000 2080.000000 2090.000000 2100.000000 2110.000000 206 207)(exit 0))'" *eusdir*)))
126127
(assert-read-line-string= f "100 101 102")
@@ -130,6 +131,7 @@ test-testd = 1.23456
130131
(assert-read-line-string= f "2080.000000 2090.000000 2100.000000 2110.000000")
131132
(assert-read-line-string= f "206 207")
132133
)
134+
)
133135

134136
(deftest test-int-test
135137
(format t "~%~%int-test~%")

0 commit comments

Comments
 (0)