1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
emacs/mps/test/test
Gareth Rees 38be215a88 Fixes for the mmqa test harness:
* Clang helpfully annotates its "Undefined symbols" error messages with lines of the form "(maybe you meant: _mps_ap_trip)". To avoid false positives, we must ignore these lines in scrutinize().
* We can now get the correct MPS_PF_ALIGN out of mpstd.h instead of declaring it ourselves.
* Need to include mpslib.h for the declaration of mps_lib_assert_fail_install.

Copied from Perforce
 Change: 182261
 ServerID: perforce.ravenbrook.com
2013-05-27 13:27:29 +01:00
..
script Fixes for the mmqa test harness: 2013-05-27 13:27:29 +01:00
testlib Fixes for the mmqa test harness: 2013-05-27 13:27:29 +01:00
qa Long delayed maintenance of test suite: 2013-05-25 10:33:30 +01:00
README Long delayed maintenance of test suite: 2013-05-25 10:33:30 +01:00

$Id$

This is the Memory Management QA test harness. To use it you need
perl 5 (or higher). Go "perl qa help" for help, "perl qa options"
to see what version of the harness you have (or look at the
file "test/version").

Some brief instructions are in guide.mm-qa in MM Information; ask
<rit> (ext 3822) if you need help, want to complain, &c.