Added a test case for depending on compiled units
This commit is contained in:
parent
4c26410274
commit
2b9c99fff2
@ -29,6 +29,6 @@ dependencies := []string {
|
|||||||
}
|
}
|
||||||
testUnit (test,
|
testUnit (test,
|
||||||
"/test-data/data/systemsrc", dependencies,
|
"/test-data/data/systemsrc", dependencies,
|
||||||
"", "Hello, /usr/src!",
|
"", "Hello, /usr/src!\n",
|
||||||
0,
|
0,
|
||||||
)}
|
)}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[main]: I32 'main' = {
|
[main]: I32 'main' = {
|
||||||
io::[println 'Hello, /system/src!']
|
io::[println 'Hello, /usr/src!']
|
||||||
0
|
0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user