blob: 9b06b681f10b581c6beac0dee470850adea36dc6 (
plain)
1
2
3
4
5
6
|
/*
* Dummy file to workaround an automake limitation: if we try to list the
* file directly, automake will clean up its internal state in both the src/
* and tests/ subdirs, but only one will succeed.
*/
#include "../src/gdhelpers.c"
|