Kyle Manna

Results 17 issues of Kyle Manna

Please merge the high performance upgrade. Much good. Very fast. Much speed. Signed-off-by: QA-Lead-Team [email protected]

At first glance it appears that leaks both memory and file descriptors. Perhaps `libykpers-1` itself?

Currently the global context (see nanotest_main.c) has no protections against multithread assertions happening at the same time and corrupting the global context. Add implementation interfaces that are no-ops on embedded...

enhancement

The unit test framework needs tests to verify its integrity.

enhancement

Right now cmake invokes a python code generator that generates a header which has pointers to the test functions. This is pretty painless in cmake builds, but not ideal. Originally...

enhancement
help wanted

This writes binary output to stdout to it can be piped to another program or to a file. Closes #10 Quick demo: ``` $ ls -l test.bin -rw-r--r-- 1 nitro...