Ensured all missing Kolin compiler arguments are handled
This commit is contained in:
parent
b4c8952538
commit
1623b902f9
7 changed files with 197 additions and 33 deletions
|
@ -5,12 +5,19 @@ new=/tmp/checkcliargs-new
|
|||
old=/tmp/checkcliargs-old
|
||||
|
||||
java -cp "lib/compile/*" $main -h >$new
|
||||
java -cp "/examples/lib/bld*" $main -h >$old
|
||||
java -cp "examples/lib/bld/*" $main -h >$old
|
||||
|
||||
diff $old $new
|
||||
|
||||
java -cp "lib/compile/*" $main -sourceSet -h >$new
|
||||
java -cp "/examples/lib/bld*" $main -sourceSet -h >$old
|
||||
java -cp "examples/lib/bld/*" $main -sourceSet -h >$old
|
||||
|
||||
diff $old $new
|
||||
|
||||
main=org.jetbrains.kotlin.cli.jvm.K2JVMCompiler
|
||||
|
||||
java -cp "lib/compile/*" $main -h 2>$new
|
||||
java -cp "examples/lib/bld/*" $main -h 2>$old
|
||||
|
||||
diff $old $new
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue