Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / tools / regression / priv / test.h
1 void test(int (*fn)(), int expected, char *msg, char *msg2);
2 void test_as_root(int (*fn)(), int expected, char *msg);
3 void test_as_jailed_root(int (*fn)(), int expected, char *msg);
4 void test_as_unpriv(int (*fn)(), int expected, char *msg);
5 void test_as_jailed_unpriv(int (*fn)(), int expected, char *msg);