• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

scripts/22-Nov-2023-8663

src/22-Nov-2023-425,463374,047

tools/22-Nov-2023-614477

.gitD01-Jan-19700

.gitignoreD22-Nov-2023414 1918

Android.bpD22-Nov-20232.2 KiB9389

BUILDD22-Nov-20233 KiB115108

LICENSED22-Nov-20239.9 KiB178150

METADATAD22-Nov-2023511 1917

MODULE_LICENSE_APACHE2D22-Nov-20230

NOTICED22-Nov-20239.9 KiB178150

README.mdD22-Nov-2023536 2618

WORKSPACED22-Nov-20233.4 KiB143125

README.md

1# Citadel Test Harness #
2
3This project houses the code needed to run tests from a host connected to the
4citdadel 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
17The command to run the tests from a host machine is:
18> bazel run runtests
19
20On Android run:
21> mmma -j`nproc` external/nos
22Make sure verity is disabled and the system partion is remounted then run:
23> adb sync
24> adb citadel_integration_tests
25
26