mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-27 01:01:52 -07:00
Updating procedure for testing check macros to fit new variety scheme.
Copied from Perforce Change: 179176 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
f7ebe1d12a
commit
6a40900dcd
1 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@
|
|||
* without realising it. This has happened before. Eyeball the preprocessor
|
||||
* output for each variety. For example:
|
||||
*
|
||||
* cc -E -DCONFIG_PROD_MPS -DCONFIG_VAR_WE trace.c
|
||||
* cc -E -DCONFIG_PROD_MPS -DCONFIG_VAR_HE trace.c
|
||||
* cc -E -DCONFIG_PROD_MPS -DCONFIG_VAR_CI trace.c
|
||||
* cc -E -DCONFIG_VAR_WE trace.c
|
||||
* cc -E -DCONFIG_VAR_HOT trace.c
|
||||
* cc -E -DCONFIG_VAR_COOL trace.c
|
||||
*
|
||||
* Then look at TraceCheck to make sure checking is right, TraceAddWhite
|
||||
* for general assertions, and TraceFix for the critical path assertions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue