Switch specs to use bandit instead of igloo

This commit is contained in:
Max Brunsfeld 2013-12-28 15:09:52 -08:00
parent ccd806a0da
commit d027aa5af6
14 changed files with 138 additions and 118 deletions

View file

@ -1,6 +1,7 @@
#include <igloo/igloo_alt.h>
#include "spec_helper.h"
int main(int argc, char *argv[])
{
return igloo::TestRunner::RunAllTests(argc, argv);
char *args[] = {nullptr, (char *)"--no-color"};
return bandit::run(2, args);
}