libcody: Remove testsuite [PR 98318]
authorNathan Sidwell <nathan@acm.org>
Wed, 23 Dec 2020 16:04:52 +0000 (08:04 -0800)
committerNathan Sidwell <nathan@acm.org>
Wed, 23 Dec 2020 16:07:16 +0000 (08:07 -0800)
commit16929214fd139c9d092f9bfbd9d8287d5903f593
treedd88c7ca9124d36e3d838853de4f80144d071750
parentc142ae5e17ee3364c281753d7507b3e8a2be9d4f
libcody:  Remove testsuite [PR 98318]

libcody's testsuite is not very portable, and is testing a host
library, so will do weird things on cross compiling, I think.  Let's
just drop it.

libcody/
* Makefile.in (LDFLAGS): Drop -L..
* tests/01-serialize/connect.cc: Delete.
* tests/01-serialize/decoder.cc: Delete.
* tests/01-serialize/encoder.cc: Delete.
* tests/02-comms/client-1.cc: Delete.
* tests/02-comms/pivot-1.cc: Delete.
* tests/02-comms/server-1.cc: Delete.
* tests/Makesub.in: Delete.
* tests/jouster: Delete.
libcody/Makefile.in
libcody/tests/01-serialize/connect.cc [deleted file]
libcody/tests/01-serialize/decoder.cc [deleted file]
libcody/tests/01-serialize/encoder.cc [deleted file]
libcody/tests/02-comms/client-1.cc [deleted file]
libcody/tests/02-comms/pivot-1.cc [deleted file]
libcody/tests/02-comms/server-1.cc [deleted file]
libcody/tests/Makesub.in [deleted file]
libcody/tests/jouster [deleted file]