Get mutlifile compilation working again and add a test for it
This commit is contained in:
14
unittests/multifile_test_chai.hpp
Normal file
14
unittests/multifile_test_chai.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <chaiscript/chaiscript.hpp>
|
||||
|
||||
class Multi_Test_Chai
|
||||
{
|
||||
public:
|
||||
Multi_Test_Chai();
|
||||
|
||||
boost::shared_ptr<chaiscript::ChaiScript> get_chai();
|
||||
|
||||
private:
|
||||
boost::shared_ptr<chaiscript::ChaiScript> m_chai;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user