Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
e42e36f8
Commit
e42e36f8
authored
Aug 29, 2001
by
Vincent Zweije
Browse files
Specify private test arguments
parent
ec3bc8a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/cocl.icl
View file @
e42e36f8
...
...
@@ -12,19 +12,17 @@ Start world
testArgs
=
[
// main module
"
t
.icl"
"
hello
.icl"
// list all types
,
"-lat"
// generate readable abc code
,
"-d"
// redirect out
,
"-RO"
,
"messages.txt"
// redirect errors
,
"-RE"
,
"errors.txt"
// Supercompilation
,
"-SC"
// paths
,
"-P"
,
testDir
+++
";"
+++
clean20Dir
+++
"StdEnv"
+++
";"
+++
clean20Dir
+++
"IOInterface"
]
testDir
=
"
e
:
\\
Users
\\
Ronny
\\
Develop
\\
Clean Programs
\\
"
=
"
c
:
\\
Vincent
\\
Sucl
\\
"
clean20Dir
=
"e:
\\
Users
\\
Ronny
\\
Develop
\\
Clean 2.0
\\
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment