Add test cases for the create single color image lua function

This commit is contained in:
Emma Broman
2021-02-03 16:52:20 +01:00
committed by Emma Broman
parent 91612f4bfd
commit 3f63f92128
4 changed files with 168 additions and 0 deletions
@@ -139,4 +139,11 @@ private:
} // namespace openspace
// Lua functions - exposed for testing
namespace openspace::luascriptfunctions {
int createSingeColorImage(lua_State* L);
}
#endif // __OPENSPACE_CORE___OPENSPACEENGINE___H__