projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
test: Replace parser tests with empty framework
[petitboot]
/
test
/
parser
/
test-null.c
1
2
#include "parser-test.h"
3
4
void run_test(struct parser_test *test)
5
{
6
(void)test;
7
}