Added stubs for spec and parser tests with the new API

This commit is contained in:
Jesse Beder
2011-09-10 18:05:35 -05:00
parent 36c63980b9
commit f7b2247217
3 changed files with 20 additions and 0 deletions

View File

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