more updates, with a fix for windows finally in. it turned out to be a
authorChris Koeritz <fred@gruntose.com>
Sun, 25 Sep 2016 18:03:31 +0000 (14:03 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 25 Sep 2016 18:03:31 +0000 (14:03 -0400)
commit19ab994d8ea15bf16ed2f20c651f1a1d5abd12e3
tree1149411c976e9305600122b125cee50d9cc2ec5f
parentee7596ce4d372d632f1d1555de9afd30b622bf29
more updates, with a fix for windows finally in.  it turned out to be a
strange failure in cygwin due to some of the apps being built with a WinMain,
leading them to seemingly exit immediately, which messed with the status
being returned pretty badly.  perhaps cygwin was also killing the process
prematurely because it had no console?  in any case, adding a pipe to cat
has forced cygwin to track the process across its entire lifetime and now
we are correctly trapping the results of all the test aps.  whew.  this was
a really ugly mess and popped up in some really strangely unrelated ways.
nucleus/library/tests_basis/test_mutex.cpp
octopi/library/sockets/raw_socket.cpp
octopi/library/sockets/spocket.cpp
octopi/library/tests_sockets/bcast_spocketer.cpp
octopi/library/tests_sockets/bcast_spocketer.h
octopi/library/tests_sockets/spocket_tester.cpp
octopi/library/tests_sockets/test_spocket.cpp
scripts/clam/cpp/variables.def
scripts/clam/target_runner.sh