Added userland/testbin
This commit is contained in:
@@ -36,7 +36,12 @@
|
||||
void
|
||||
test_read(void)
|
||||
{
|
||||
test_read_fd();
|
||||
test_read_buf();
|
||||
int ntests = 0, lost_points = 0;
|
||||
|
||||
test_read_fd(&ntests, &lost_points);
|
||||
test_read_buf(&ntests, &lost_points);
|
||||
|
||||
partial_credit(SECRET, "/testbin/badcall-read", ntests - lost_points, ntests);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user