summaryrefslogtreecommitdiff
path: root/test/audiocacheeventhandlertest.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-09-19 15:12:08 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-09-19 15:14:24 +0200
commit62e577cee9e199692d15cf741c0e29ae28f25c52 (patch)
tree3cfe20ce434b986e58efbc9bececcda41502ed33 /test/audiocacheeventhandlertest.cc
parent19ac4649f16621430b7d34635410fd67fd8ef49e (diff)
Make use of uUnit as a submodule (dgunit renamed).
Diffstat (limited to 'test/audiocacheeventhandlertest.cc')
-rw-r--r--test/audiocacheeventhandlertest.cc6
1 files changed, 3 insertions, 3 deletions
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 <uunit.h>
#include <audiocacheeventhandler.h>
class AudioCacheEventHandlerTest
- : public DGUnit
+ : public uUnit
{
public:
AudioCacheEventHandlerTest()
{
- DGUNIT_TEST(AudioCacheEventHandlerTest::threadedTest);
+ uUNIT_TEST(AudioCacheEventHandlerTest::threadedTest);
}
public: