tests for c and cpp dependency detection. change api of TokenParser class.
This commit is contained in:
parent
350fc8cc0a
commit
1984fe4228
13 changed files with 186 additions and 40 deletions
|
@ -0,0 +1,8 @@
|
|||
#include <stdio.h>
|
||||
#include <openssl/rand.h>
|
||||
|
||||
main()
|
||||
{
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
#include <stdio.h>
|
||||
#include <openssl/rand.h>
|
||||
|
||||
main()
|
||||
{
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue