Skip to content

BlackToppStudios/Mezz_Test

Repository files navigation

README

The Mezzanine is a set of multi platform C++ libraries designed to help create high performance videos games. The Mezzanine is focused on games requiring 3d physics, 3d graphics, 3d sounds and common facilities that such games need. This is just one component of several.

About this Library

This library, Test, contains tools for unit testing, recovering from segfaults/sigaborts/crashes, and some minor tools for faciliting manual testing. This library can also emit JUnit style test results in XML that tools like Jenkins can use to produce reports on your test results.

Currently this does not include tools for automated User interface testing or mocking, but that could be possible in the future.

Build Status

The current Linux/Travis build status is: Build Status

The current Windows/Appveyor build status is: Build Status

The current test coverage of our code on our last successful build is: codecov

The current Jenkins, which covers Linux (Emscripten, Rasberry Pi, Ubuntu and Fedora), old Mac OS X (High Sierra) and old windows (7 64 bit msvc and mingw), build status is available on the BTS Jenkins Instance. The current status is: Build Status