From 62e577cee9e199692d15cf741c0e29ae28f25c52 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 19 Sep 2020 15:12:08 +0200 Subject: Make use of uUnit as a submodule (dgunit renamed). --- test/audiocacheeventhandlertest.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/audiocacheeventhandlertest.cc') diff --git a/test/audiocacheeventhandlertest.cc b/test/audiocacheeventhandlertest.cc index a2639fb..441c73e 100644 --- a/test/audiocacheeventhandlertest.cc +++ b/test/audiocacheeventhandlertest.cc @@ -24,17 +24,17 @@ * along with DrumGizmo; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "dgunit.h" +#include #include class AudioCacheEventHandlerTest - : public DGUnit + : public uUnit { public: AudioCacheEventHandlerTest() { - DGUNIT_TEST(AudioCacheEventHandlerTest::threadedTest); + uUNIT_TEST(AudioCacheEventHandlerTest::threadedTest); } public: -- cgit v1.2.3