]> feistymeow.org Git - feisty_meow.git/commit
breaking changes - tests for octopus and cromp
authorFred T. Hamster <fred@feistymeow.org>
Sat, 14 Feb 2026 01:17:53 +0000 (20:17 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Sat, 14 Feb 2026 01:17:53 +0000 (20:17 -0500)
commit1d01ecfd3f031d80f04d70686dc768f2f7453ca2
treede195d9e4a2fbdc1d0facd7f232b5fb025fd365e
parent98e993c84e0440b588955c2447d018e9c4550953
breaking changes - tests for octopus and cromp

these test sets have been out in the cold for a while, and now we're bringing them back in for a defrost.  they will not build for a bit at least.
23 files changed:
octopi/library/makefile
octopi/library/tests_cromp/cromp_decoder.cpp [new file with mode: 0644]
octopi/library/tests_cromp/crompish_pax.h [new file with mode: 0644]
octopi/library/tests_cromp/makefile [new file with mode: 0644]
octopi/library/tests_cromp/makefile.decoder [new file with mode: 0644]
octopi/library/tests_cromp/test_cromp_client.cpp [new file with mode: 0644]
octopi/library/tests_cromp/test_cromp_server.cpp [new file with mode: 0644]
octopi/library/tests_cromp/test_many_cromp.cpp [new file with mode: 0644]
octopi/library/tests_cromp/version.ini [new file with mode: 0644]
octopi/library/tests_octopus/t_bin.cpp [deleted file]
octopi/library/tests_octopus/t_bin_threaded.cpp [deleted file]
octopi/library/tests_octopus/t_entity.cpp [deleted file]
octopi/library/tests_octopus/t_file_transfer.cpp [deleted file]
octopi/library/tests_octopus/t_identity.cpp [deleted file]
octopi/library/tests_octopus/t_security.cpp [deleted file]
octopi/library/tests_octopus/t_unpacker.cpp [deleted file]
octopi/library/tests_octopus/test_bin.cpp [new file with mode: 0644]
octopi/library/tests_octopus/test_bin_threaded.cpp [new file with mode: 0644]
octopi/library/tests_octopus/test_entity.cpp [new file with mode: 0644]
octopi/library/tests_octopus/test_file_transfer.cpp [new file with mode: 0644]
octopi/library/tests_octopus/test_identity.cpp [new file with mode: 0644]
octopi/library/tests_octopus/test_security.cpp [new file with mode: 0644]
octopi/library/tests_octopus/test_unpacker.cpp [new file with mode: 0644]