]> git.llucax.com Git - software/mutest.git/commit
mkmutest: Fix test case detection for x86_64
authorLeandro Lucarella <llucax@gmail.com>
Mon, 13 Sep 2010 19:40:08 +0000 (16:40 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 13 Sep 2010 19:40:08 +0000 (16:40 -0300)
commit329624aa75bd02c1ec3c32841ba2493b027b1d45
tree5ac6e39c1f778a73e4c1e112d998b921444adac0
parent963a0b5f13246788645ec50117e18806afd06ea5
mkmutest: Fix test case detection for x86_64

When using a 64 bits OS, nm shows the addresses of symbols using 64 bits
instead of 32 (of course), so fix the symbol regex to detect those too.
mkmutest