The strtointmax tests weren't running because they depend on the same
shared logic as strtol tests and the target for that was being defined
after the inttypes targets, causing them to be skipped. This patch moves
the inttypes test directory later in the order so that the shared tests
are defined before inttypes tests try to use them.
Details
Details
- Reviewers
sivachandra lntue - Commits
- rG656b6d0b2371: [libc] fix strtointmax tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Why is order changed here?