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
12
spec/runtime/runtime_specs.cpp
Normal file
12
spec/runtime/runtime_specs.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include "runtime_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