mirror of
https://gitlab.com/chrony/chrony.git
synced 2026-01-22 05:40:20 -05:00
test: allow unit tests to be skipped
This commit is contained in:
@@ -33,6 +33,13 @@ TST_Fail(int line)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
void
|
||||
TST_Skip(int line)
|
||||
{
|
||||
printf("SKIP (on line %d)\n", line);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user