Get mutlifile compilation working again and add a test for it

This commit is contained in:
Jason Turner
2010-10-22 21:30:58 +00:00
parent bff5b8bce0
commit 67bad374a9
9 changed files with 1474 additions and 1468 deletions

View File

@@ -0,0 +1,12 @@
#include "multifile_test_chai.hpp"
Multi_Test_Chai::Multi_Test_Chai()
: m_chai(new chaiscript::ChaiScript())
{
}
boost::shared_ptr<chaiscript::ChaiScript> Multi_Test_Chai::get_chai()
{
return m_chai;
}