mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
sam and phk who are the two consumers of this library. If there is any other fallout, email me and I will take care of it. Approved by: sam, phk
6 lines
185 B
C++
Executable file
6 lines
185 B
C++
Executable file
// C++ compilation harness for the test suite.
|
|
//
|
|
// This is used to ensure the Expat headers can be included from C++
|
|
// and have everything work as expected.
|
|
//
|
|
#include "runtests.c"
|