Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Timmons
asdf
Commits
773fface
Commit
773fface
authored
Apr 08, 2018
by
Francois-Rene Rideau
Browse files
Make run-tests better support Allegro on Windows
parent
bcb69b41
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests.sh
View file @
773fface
...
...
@@ -232,7 +232,7 @@ case "$lisp" in
# as the corresponding executables. the "build" executable
# runs an ACL image in the current terminal instead of a
# separate window, as is normal on Windows.
bcmd
=
"
${
adir
}
/
${
build
}
.exe -I
${
command
}
.dxl
$flags
"
;
bcmd
=
"
${
adir
}
/
${
build
}
.exe -I
${
adir
}
/
${
allegroName
}
.dxl
$flags
"
;
fi
eval
=
"-e"
;;
ccl
)
...
...
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