Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-12 | Test: Mark compilation-unit-only functions as static | Ben Wiederhake | |
This enables a nice warning in case a function becomes dead code. Also, in the case of test-crypto.cpp, I took the liberty to add the prefix 'g_' to the global event loop. | |||
2020-07-16 | Userland: Make test exit 1 silently when no arguments are given | Peter Elliott | |
2020-06-27 | Userland: Add a 'test' utility | AnotherTest | |
This adds an incomplete implementation of the test util, missing some user/group checks, and `-l STRING`. It also symlinks '[' to 'test'. |