File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ (9 !: 14 ' ' ) 1 !: 2 [ 2
2+
3+ testpath=: ' C:/git/jsource2019/test/'
4+
5+ os=: ((' Linux' ; ' Darwin' ) i. < UNAME) pick ;: ' linux darwin win'
6+ testres=: ' test' , os, ' .txt'
7+
8+ 0 !: 0 < testpath, ' tsu.ijs'
9+
10+ stdout LF , ~ 9 !: 14 ' '
11+
12+ RES=: RUN ddall
13+
14+ 3 : 0' '
15+ msg=. 9 !: 14 ' '
16+ if. 0 =# RES do.
17+ msg=. msg, LF, ' all tests correct'
18+ else.
19+ msg=. msg, LF, ' test fails:'
20+ msg=. msg,;< @ (LF, dtb) " 1 RES
21+ end.
22+ msg fappends testres
23+ )
24+
25+ 1: 0 : 0
26+ if. (os -: 'win') *. 1 e. 'avx/' E. 9!:14'' do.
27+ 13!:99''
28+ end.
29+ )
30+
31+ exit ' '
Original file line number Diff line number Diff line change 11// set version info for github build
22// any change to this file triggers copy build to jsoftware server
33// make a trivial change to this comment to rebuild and copy with the same
4- #define jversion "904"
4+ #define jversion "904"
55#define jtype "beta-c"
66
You can’t perform that action at this time.
0 commit comments