9 lines
85 B
C++
9 lines
85 B
C++
|
|
#include "spectests.h"
|
||
|
|
|
||
|
|
namespace Test {
|
||
|
|
bool RunSpecTests()
|
||
|
|
{
|
||
|
|
return true;
|
||
|
|
}
|
||
|
|
}
|