Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 332 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 332 Bytes

imgeditor

A set of tools for editor binary images.

Compile and run on host

$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

And we can do some builtin tests.

$ make test
Running tests...
...
100% tests passed, 0 tests failed out of 8

Total Test time (real) =  16.61 sec