Get mutlifile compilation working again and add a test for it
This commit is contained in:
12
unittests/multifile_test_chai.cpp
Normal file
12
unittests/multifile_test_chai.cpp
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user