mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
c710518825
These tests check our .may_include checking, and our header file checking. They do not pass yet: we have a bug in our filtering code.
9 lines
128 B
C
9 lines
128 B
C
|
|
// some forbidden includes
|
|
#include "foo.h"
|
|
#include "quux.h"
|
|
#include "quup.h"
|
|
|
|
// a permitted include
|
|
#include "permitted.h"
|