Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Jun 4, 2024
1 parent d162fdb commit 7054fbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ kernel: $(SOURCE)
unittest:
@$(CC) $(CFLAGS) tests/mkdir.c -o tmkdir
@$(CC) $(CFLAGS) tests/fwrite.c -o tfwrite
@$(CC) $(CFLAGS) tests/unit_test/mainarg.s -I -o 1000 --start-addr 2048
@$(CC) $(CFLAGS) tests/unit_test/mainarg.s -I dependencies/orix-sdk/macros/ -o 1000 --start-addr 2048
@$(CC) $(CFLAGS) tests/unit_test/mainarg.s -I dependencies/orix-sdk/macros/ -o 1256 --start-addr 2304

memmap:
Expand Down
6 changes: 3 additions & 3 deletions tests/unit_test/mainarg.s
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
; Code to test XMAINARGS

.include "telestrat.inc"
.include "dependencies/orix-sdk/macros/SDK_mainargs.mac"
.include "dependencies/orix-sdk/macros/SDK_print.mac"
.include "dependencies/orix-sdk/macros/SDK_conio.mac"
.include "../../dependencies/orix-sdk/macros/SDK_mainargs.mac"
.include "../../dependencies/orix-sdk/macros/SDK_print.mac"
.include "../../dependencies/orix-sdk/macros/SDK_conio.mac"

.segment "STARTUP"
.segment "INIT"
Expand Down

0 comments on commit 7054fbe

Please sign in to comment.