-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid 64-bit platform support requirement for running tests
We can safely run 64-bit tests on 32-bit platforms as long as we do not need the preprocessor.
- Loading branch information
1 parent
1939544
commit ef62b03
Showing
2 changed files
with
5 additions
and
12 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
CORE | ||
main.c | ||
main.i | ||
--no-malloc-may-fail --64 --unwind 4 --unwinding-assertions | ||
^EXIT=0$ | ||
^SIGNAL=0$ | ||
|