-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bndbuild] Implementation emulation handing for windows too
- Loading branch information
Krusty/Benediction
committed
Aug 6, 2024
1 parent
960b74f
commit de808a6
Showing
4 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# execute properly both on linux and windows | ||
- tgt: ace | ||
cmd: ace ../../../cpclib/tests/dsk/harley.dsk -autoRunFile '-CED-.exe' | ||
|
||
# execute properly both on linux and windows | ||
- tgt: cpcec | ||
cmd: cpcec ../../../cpclib/tests/dsk/harley.dsk | ||
|
||
|
||
# Fails under linux to provide the file | ||
# Fail to properly provide the file both on linux and windows | ||
- tgt: winape | ||
cmd: winape ../../../cpclib/tests/dsk/harley.dsk /A:-CED-.exe |