ci the jasmin .j test files

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@382 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 84fa1d2a33
commit c53ad623d4
  1. 3
      jode/ci.all

@ -1,4 +1,5 @@
#!/bin/sh
for i in ci.all jcpp make* COPYING *.html doc/*.texi *.java */*.java; do
for i in ci.all jcpp make* COPYING *.html doc/*.texi *.java */*.java test/*.j
do
test -w $i && (./jcpp -DJDK11 $i; rcsdiff $i; ci -u $* $i);
done

Loading…
Cancel
Save