mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
5b56f76289
commit
681646d27a
1 changed files with 4 additions and 2 deletions
|
@ -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`
|
Loading…
Add table
Add a link
Reference in a new issue