1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 22:50:37 -08:00
emacs/mps/test/test
Gareth Rees 77a107dd22 Add instructions for running the test suite on os x.
Copied from Perforce
 Change: 186031
 ServerID: perforce.ravenbrook.com
2014-05-12 15:58:36 +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 Add instructions for running the test suite on os x. 2014-05-12 15:58:36 +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").


Running on OS X
---------------

On OS X you can invoke the test suite like this::

    $ cd test
    $ alias qa="perl test/qa -i ../code -l ../code/xc/mps.build/Debug/mps.build/Objects-normal/x86_64/mps.o"
    $ qa clib
    $ qa run function/5.c
    $ qa runset testsets/passing

Each test case is compiled in its turn to the file
``test/obj/Darwin_12.3.0_i386__unix/tmp_test`` so you can debug it
with::

    $ lldb test/obj/Darwin_12.3.0_i386__unix/tmp_test