tests: fix distclean errors

master
Mike Frysinger 2016-04-30 20:47:50 -04:00
parent 3768c9ef46
commit 92c3209484
2 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@ noinst_LIBRARIES = libgdtest.a
libgdtest_a_SOURCES = \
gdtest/gdtest.c \
gdtest/gdtest.h \
../src/gdhelpers.c
gdhelpers.c
check_PROGRAMS = \
gd2/gd2_empty_file \

6
tests/gdhelpers.c Normal file
View File

@ -0,0 +1,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"