summaryrefslogtreecommitdiffstats
path: root/tests/getphdrnum.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix getphdrnum and run-lfs-symbols.sh testcase.Mark Wielaard2020-03-231-0/+2
| | | | | | | | | | | getphdrnum.c didn't include config.h which is why run-lfs-symbols.sh flagged it for containing bad (non-lfs) symbols. run-lfs-symbols.sh was still checking the libebl modules, which we don't create anymore. But it didn't fail the test for non-existing tests. Add some extra logging and explicitly check files exist. Signed-off-by: Mark Wielaard <[email protected]>
* tests: Add testcase for elf_getphdrnum with more than 65535 entries.Mark Wielaard2020-03-231-0/+46
Signed-off-by: Mark Wielaard <[email protected]> Signed-off-by: Omar Sandoval <[email protected]>