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/dgtest.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/dgtest.cc') diff --git a/test/dgtest.cc b/test/dgtest.cc index 21e1543..3a5b466 100644 --- a/test/dgtest.cc +++ b/test/dgtest.cc @@ -24,8 +24,8 @@ * along with DrumGizmo; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#define DGUNIT_MAIN -#include "dgunit.h" +#define uUNIT_MAIN +#include #include @@ -33,5 +33,5 @@ int main(int argc, char* argv[]) { std::ofstream xmlfile; xmlfile.open("result_" OUTPUT ".xml"); - return DGUnit::runTests(xmlfile); + return uUnit::runTests(xmlfile); } -- cgit v1.2.3