Skip to content

Commit db40968

Browse files
committed
touch version.txt
1 parent 6da1910 commit db40968

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

script/testgahhr.ijs

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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 ''

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)