diff options
Diffstat (limited to 'test/dgtest.cc')
-rw-r--r-- | test/dgtest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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 <uunit.h> #include <fstream> @@ -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); } |