Build with make. Currently does not support any options.
Runtimes are independent git repos in the rts/ directory. They are
not submodules of the sdk, and should be versioned and managed
independently.
The Keystone SDK uses GoogleTest as a framework to run various tests. The test framework source code is located under sdk/tests.
Before you can run the tests, you must install the GoogleTest libaries. There is a setup script under tests/scripts/setup_test.sh which installs the GoogleTest source code and builds the library.
In order to run the test framework, do the following:
- Run
makein the tests directory in the SDK. This will generate atest-runnerexecutable to run the test framework. - Run
./test-runner. This will execute all tests.