mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
6 lines
185 B
C++
6 lines
185 B
C++
// 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"
|