Get mutlifile compilation working again and add a test for it
This commit is contained in:
11
unittests/multifile_test_module.hpp
Normal file
11
unittests/multifile_test_module.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <chaiscript/chaiscript.hpp>
|
||||
|
||||
class Multi_Test_Module
|
||||
{
|
||||
public:
|
||||
static int get_module_value();
|
||||
|
||||
Multi_Test_Module();
|
||||
|
||||
chaiscript::ModulePtr get_module();
|
||||
};
|
Reference in New Issue
Block a user