blueoil
blueoil copied to clipboard
Unit test for converter C++ runtime
- [x] refactor codes which enable to be built almost of all operator's code without jinja template generator
- [x] split
global.h
intotypes.h
andglobal.h
, some type definitions not depends on jinja. - [x] modify codes to use
types.h
instead ofglobal.h
if it can
- [x] split
- [ ] select unit test library if we need
- [ ] write unit test code