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
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~% " )
You can’t perform that action at this time.
0 commit comments