tor/scripts/maint/practracker/testdata/header.h
Nick Mathewson c710518825 Add integration tests for new practracker features
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.
2019-08-26 12:28:46 -04:00

9 lines
128 B
C

// some forbidden includes
#include "foo.h"
#include "quux.h"
#include "quup.h"
// a permitted include
#include "permitted.h"