From ab7ab9e52ab87963831f90ab25957d883878654d Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 2 Jun 2016 21:00:37 +0200 Subject: New ImageCache class for reusing Image resources. --- test/Makefile.am | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 594aa0d..1b4470d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -5,7 +5,7 @@ include $(top_srcdir)/src/Makefile.am.drumgizmo TESTS = resource engine gui resampler lv2 configfile audiocache \ audiocachefile audiocacheidmanager audiocacheeventhandler \ - memchecker randomtest atomictest syncedsettingstest + memchecker randomtest atomictest syncedsettingstest imagecachetest check_PROGRAMS = $(TESTS) @@ -150,3 +150,17 @@ syncedsettingstest_SOURCES = syncedsettings.cc test.cc EXTRA_DIST = \ lv2_test_host.h + +imagecachetest_CXXFLAGS = -DOUTPUT=\"imagecachetest\" $(CPPUNIT_CFLAGS) \ + -I$(top_srcdir)/src -I$(top_srcdir)/plugingui -I$(top_srcdir)/hugin +imagecachetest_LDFLAGS = $(CPPUNIT_LIBS) +imagecachetest_SOURCES = \ + $(top_srcdir)/hugin/hugin.c \ + $(top_srcdir)/plugingui/lodepng/lodepng.cpp \ + $(top_srcdir)/plugingui/resource_data.cc \ + $(top_srcdir)/plugingui/resource.cc \ + $(top_srcdir)/plugingui/image.cc \ + $(top_srcdir)/plugingui/imagecache.cc \ + $(top_srcdir)/plugingui/colour.cc \ + imagecachetest.cc \ + test.cc -- cgit v1.2.3