Re: [PATCH] tests: Build test-nlist with minimal CFLAGS to guarantee symbol order.

2020-04-21 Thread Mark Wielaard
On Fri, Apr 17, 2020 at 12:22:39PM +0200, Mark Wielaard wrote: > test_nlist checks its own symbol table, and expects various symbols > to be in the order as specified in the source file. Explicitly set > minimal CFLAGS. Pushed to master.

[PATCH] tests: Build test-nlist with minimal CFLAGS to guarantee symbol order.

2020-04-17 Thread Mark Wielaard
test_nlist checks its own symbol table, and expects various symbols to be in the order as specified in the source file. Explicitly set minimal CFLAGS. Signed-off-by: Mark Wielaard --- tests/ChangeLog | 5 + tests/Makefile.am | 9 + 2 files changed, 14 insertions(+) diff --git a/te