Added a test case for depending on compiled units

This commit is contained in:
Sasha Koshka 2024-02-26 23:59:47 -05:00
parent 4c26410274
commit 2b9c99fff2
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,6 @@ dependencies := []string {
}
testUnit (test,
"/test-data/data/systemsrc", dependencies,
"", "Hello, /usr/src!",
"", "Hello, /usr/src!\n",
0,
)}

View File

@ -1,4 +1,4 @@
[main]: I32 'main' = {
io::[println 'Hello, /system/src!']
io::[println 'Hello, /usr/src!']
0
}