-
Notifications
You must be signed in to change notification settings - Fork 0
Description
UPDATE: There isn't even a "build" (and "lib build") any more, at all... The reg. tests live their own (multiple, mostly independent, also still aimless...) lives, and the intended release process, which the "lib build" would be a part of, is completely missing...
Projects tend to just copy sources from here... And it seems to be just fine, for now; thanks to the priorities outlined in the README (simple, self-contained, modular...). But it may not be sustainable long-term.
The build is completely broken now (not that it ever was okay yet).
Both the lib build (no lib, no test main; doesn't put anything to ./release,
which it won't even try to create - the current Makefile is not yet adapted!),
and the (one existing) test case build, too!....
Also, the current lib build (Makefile) still uses PDPMake from BusyBox, not
gnumake, even though it's already an integrated tool for the test cases...
- Implement a unity-build first!
- And this should support both local builds and integrating into client code: Add a trivial unity-build action (script) to help integrating into host projects #3