Added stubs for spec and parser tests with the new API

This commit is contained in:
beder
2011-09-10 18:05:35 -05:00
parent 7cdf684ae6
commit 24c55b434a
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include "spectests.h"
namespace Test {
bool RunSpecTests()
{
return true;
}
}