summaryrefslogtreecommitdiff
path: root/Userland/test.cpp
AgeCommit message (Collapse)Author
2020-08-12Test: Mark compilation-unit-only functions as staticBen 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-16Userland: Make test exit 1 silently when no arguments are givenPeter Elliott
2020-06-27Userland: Add a 'test' utilityAnotherTest
This adds an incomplete implementation of the test util, missing some user/group checks, and `-l STRING`. It also symlinks '[' to 'test'.