Added userland/testbin
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
void
|
||||
test_getdirentry(void)
|
||||
{
|
||||
test_getdirentry_fd();
|
||||
test_getdirentry_buf();
|
||||
int ntests = 0, lost_points = 0;
|
||||
|
||||
test_getdirentry_fd(&ntests, &lost_points);
|
||||
test_getdirentry_buf(&ntests, &lost_points);
|
||||
|
||||
partial_credit(SECRET, "/testbin/badcall-getdirentry", ntests - lost_points, ntests);
|
||||
}
|
||||
|
Reference in New Issue
Block a user