Skip to content

Commit

Permalink
Add Application section to test's readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Jan 19, 2024
1 parent 2c07dbd commit 6a82ff5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ $ pytest test.py --help
- [testgen.py](testgen.py): collection of helper tools for individual tests

For more information you can run the script with the `-h` flag.

## Application

The Makefile in the `app/` uses a flag `ACCELERATOR` to decide which accelerator to use.
The choices are _ne16_ or _neureka_.
You can either export it or run it like `ACCELERATOR=<accelerator> make clean all run`.

0 comments on commit 6a82ff5

Please sign in to comment.