lvc / api-sanity-checker

An automatic generator of basic unit tests for a C/C++ library
https://lvc.github.io/api-sanity-checker/
GNU Lesser General Public License v2.1
85 stars 13 forks source link

API Sanity checker for 64-bit processor. #15

Open anurag029 opened 11 years ago

anurag029 commented 11 years ago

Hi,

Does API Sanity checker works for 64-bit processor ?

Thanks!!

aponomarenko commented 11 years ago

Yes, it should work. You can check it by running api-sanity-checker --test command.

Just checked it on ROSA/x86_64 and KUbuntu/x86_64.

Do you have any problems with it?