diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-05-20 18:52:16 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2019-05-21 16:00:14 -0300 |
| commit | 17c474562b5ff9da42f0bc88e9ef5f5cb07cbeb9 (patch) | |
| tree | a0587019f87f88d1ff0c0fea95e245fe01f6e104 /tests/lib | |
| parent | 81fddbe7ae5defbe6b9a0c8716d317cfaf503a62 (diff) | |
tests: update list of headers in the cxx compat test
Now, whenever a new header is added to libfrr, this test needs to
be updated manually (unless we automate this somehow in the future).
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'tests/lib')
| -rw-r--r-- | tests/lib/cxxcompat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/cxxcompat.c b/tests/lib/cxxcompat.c index 12c333c8b6..48fa0ec8a9 100644 --- a/tests/lib/cxxcompat.c +++ b/tests/lib/cxxcompat.c @@ -92,6 +92,8 @@ #include "lib/table.h" #include "lib/termtable.h" #include "lib/thread.h" +#include "lib/typesafe.h" +#include "lib/typerb.h" #include "lib/vector.h" #include "lib/vlan.h" #include "lib/vrf.h" |
