rgb-cln/tools/test
Rusty Russell 2c3d4e46fc tools/test: fix very confused code.
This broke with COPTFLAGS="-flto -O3", and so I took a look (it
complains more than normal because main isn't there).  We should never
be running update-mocks except on programs expected to compile: in
this case, that's tools/test/run-test-wire.c.

Remove the code which tries to run this, which also means
non-developers won't be running update-mocks!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-09-12 14:00:41 +02:00
..
Makefile tools/test: fix very confused code. 2022-09-12 14:00:41 +02:00
enum.c tools/generate-wire.py: have printwire routines do demarshal. 2022-03-25 13:55:44 +10:30
enum.h tools/generate-wire.py: have printwire routines do demarshal. 2022-03-25 13:55:44 +10:30
run-test-wire.c tools/test: fix very confused code. 2022-09-12 14:00:41 +02:00
test_cases gen/impl_template: fix generation of singleton varsize elements. 2021-06-04 16:13:08 +09:30