Home | History | Annotate | only in /external/nos/test/system-test-harness
Up to higher level directory
NameDateSize
.checkpatch.conf22-Oct-2020165
.clang-format22-Oct-202037
Android.bp22-Oct-20202.2K
BUILD22-Oct-20203.3K
BUILD.gtest01-Jan-19700
LICENSE22-Oct-20209.9K
METADATA22-Oct-2020511
MODULE_LICENSE_APACHE222-Oct-20200
NOTICE22-Oct-20209.9K
OWNERS22-Oct-2020243
README.md22-Oct-2020536
scripts/22-Oct-2020
src/22-Oct-2020
tools/22-Oct-2020
WORKSPACE22-Oct-20203.4K

README.md

      1 # Citadel Test Harness #
      2 
      3 This project houses the code needed to run tests from a host connected to the
      4 citdadel chip.
      5 
      6 ## Requirements ##
      7 
      8   * Software
      9    * bazel
     10    * build-essential
     11    * gcc-arm-none-eabi
     12   * Hardware
     13    * FPGA test setup with ultradebug or Citadel test board
     14 
     15 ## Quickstart
     16 
     17 The command to run the tests from a host machine is:
     18 > bazel run runtests
     19 
     20 On Android run:
     21 > mmma -j`nproc` external/nos
     22 Make sure verity is disabled and the system partion is remounted then run:
     23 > adb sync
     24 > adb citadel_integration_tests
     25 
     26