Separate spec helpers files for compiler and runtime specs
This commit is contained in:
parent
b167ee84fa
commit
142671c177
24 changed files with 99 additions and 71 deletions
|
|
@ -1,12 +0,0 @@
|
|||
#include "spec_helper.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
const char *args[] = {
|
||||
"",
|
||||
"--no-color",
|
||||
"--only="
|
||||
""
|
||||
};
|
||||
return bandit::run(4, const_cast<char **>(args));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue