mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
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.
8 lines
128 B
C
8 lines
128 B
C
|
|
// some forbidden includes
|
|
#include "foo.h"
|
|
#include "quux.h"
|
|
#include "quup.h"
|
|
|
|
// a permitted include
|
|
#include "permitted.h"
|