Skip to content

Commit 2c41cba

Browse files
committed
temporarily remove gstack.ijs from tests
remove jlibrary/addons from .gitignore
1 parent 794fbc5 commit 2c41cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ release
6060
# build folders
6161
bin/
6262
make2/
63-
jlibrary/addons/
6463
jlibrary/bin/
6564
jlibrary/bin32/
6665
jlibrary/system/

script/testga.ijs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ testres=: 'test',os,'.txt'
88

99
0!:0 <testpath,'tsu.ijs'
1010

11-
RES=: RUN ddall -. < testpath
11+
NB. RES=: RUN ddall
12+
RES=: RUN ddall -. < testpath,'gstack.ijs'
1213

1314
3 : 0''
1415
msg=. 9!:14''

0 commit comments

Comments
 (0)