]> feistymeow.org Git - feisty_meow.git/commit
added tests for processes and one for timely
authorFred T. Hamster <fred@feistymeow.org>
Wed, 18 Feb 2026 19:27:17 +0000 (14:27 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Wed, 18 Feb 2026 19:27:17 +0000 (14:27 -0500)
commit88d041fbbf8007f9705a4a853725a727ab6979ec
tree71e4a4c2856ab0b624e6696604f7316167c87c42
parent74b575133e6f5c7ac028909f2c095aca75293010
added tests for processes and one for timely

time_stamp tester is kind of silly, but it's in there again.  it needs to do some more verification.
the safe_callback test is also totally minimal, and wouldn't catch many bugs.  it needs to be threaded and much more active.
state machine test is also in and compiling, but totally doesn't work.  pared a file down to a list of *.h and *.cpp files, and
every line is rejected for some reason.  need to investigate, because if it's telling the truth, then state_machine got
broken at some point.
nucleus/library/makefile
nucleus/library/tests_processes/input_data_state_machine.txt [new file with mode: 0644]
nucleus/library/tests_processes/makefile [new file with mode: 0644]
nucleus/library/tests_processes/test_safe_callback.cpp [new file with mode: 0644]
nucleus/library/tests_processes/test_state_machine.cpp [new file with mode: 0644]
nucleus/library/tests_timely/makefile
nucleus/library/tests_timely/test_time_stamp.cpp [new file with mode: 0644]
scripts/buildor/upgrade_hoople_to_feistymeow.sh