Closed allanlw closed 7 years ago
Fix Makefile conflict and squash the two commits, then LGTM
Rebase'd onto master.
The problem with this method of editing the makefile is that no two tests will ever not conflict. It's very tiresome.
In any case, you have to rebase again. This time, can you also squash the two commits into one commit?
That is only true if they are added at the end.
Regardless, it was not I that came up with this method of adding tests. An easy replacement for this would be to use a wildcard
and patsubst
to add all the userland programs that have expected.txt
in their folders.
Oh yes, I am well aware of who created this problem. Thanks for the test!
This adds a simple test case to make sure that
yield()
works.