-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codegen: rework ABI tests to use a single C program for each test
Instead of compiling a C program for each layout and one for each constant to check, generate a single layout.c and a single constant.c which output all the values, one per line. On the rust side, it is easier to compile and run the C program just once and then parse its output one line at a time to compare with the corresponding rust record.
- Loading branch information
Showing
1 changed file
with
136 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters