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 @@ -121,6 +121,7 @@ test-testd = 1.23456
121
121
206 207 )))
122
122
(assert (= 123456 ret))
123
123
; ;
124
+ (when (not (eq (read (unix ::piped-fork " gcc -dumpmachine" ) nil ' arm-linux-gnueabi) ' arm-linux-gnueabi))
124
125
(check-func ' test-testfd)
125
126
(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* )))
126
127
(assert-read-line-string= f " 100 101 102" )
@@ -130,6 +131,7 @@ test-testd = 1.23456
130
131
(assert-read-line-string= f " 2080.000000 2090.000000 2100.000000 2110.000000" )
131
132
(assert-read-line-string= f " 206 207" )
132
133
)
134
+ )
133
135
134
136
(deftest test-int-test
135
137
(format t " ~%~% int-test~% " )
You can’t perform that action at this time.
0 commit comments