minor update

This commit is contained in:
Blaise Tine 2024-05-29 17:02:16 -07:00
parent 5b56f76289
commit 681646d27a

View file

@ -42,9 +42,11 @@ A regression test typically implements the following files:
- ***main.cpp*** contains the host CPU code.
- ***Makefile*** defines the compiler build commands for the CPU and GPU binaries.
Compile your test: `make -C tests/regression/<test-name>`
Sync your build folder: `$ ../configure`
Run your test: `./ci/blackbox.sh --driver=simx --app=<test-name> --debug`
Compile your test: `$ make -C tests/regression/<test-name>`
Run your test: `$ ./ci/blackbox.sh --driver=simx --app=<test-name> --debug`
## Adding Your Tests to the CI Pipeline
See `continuous_integration.md`