mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01: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"
|