Renaming from McTest to DeepState.

This commit is contained in:
Peter Goodman
2017-11-01 13:38:32 -04:00
parent f7f029965b
commit d2bc82fc35
27 changed files with 1325 additions and 1337 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <mctest/McUnit.hpp>
#include <deepstate/DeepState.hpp>
TEST(Streaming, BasicLevels) {
LOG(DEBUG) << "This is a debug message";
@@ -40,5 +40,5 @@ TEST(Formatting, OverridePrintf) {
}
int main(void) {
return McTest_Run();
return DeepState_Run();
}