Skip to content

Latest commit

 

History

History

tests

Running SDK unittests:

autoreconf -fiv
./configure
make
  • Provide --enable-tests --with-gtest=[path to GTest directory] arguments when compiling MEGA SDK
  • Run unittests:
cd tests
./api_test [flags]