Skip to content
Snippets Groups Projects
Commit 190af490 authored by TwilCynder's avatar TwilCynder
Browse files

fix references to old tester directory

parent c7186e96
No related branches found
No related tags found
No related merge requests found
...@@ -42,14 +42,14 @@ job-build-test: ...@@ -42,14 +42,14 @@ job-build-test:
job-build-ext_tester: job-build-ext_tester:
stage: build stage: build
script: script:
- cd ext_tester - cd tester
job-build-test-ext: job-build-test-ext:
stage: test stage: test
script: script:
- ./configure.sh - ./configure.sh
- make - make
- cd ext_tester - cd tester
- make run - make run
workflow: workflow:
......
...@@ -115,13 +115,13 @@ $ ./bin/mojitos -t 5 -f 1 -p cpu_cycles -r -s ...@@ -115,13 +115,13 @@ $ ./bin/mojitos -t 5 -f 1 -p cpu_cycles -r -s
``` ```
## Testing ## Testing
MojitO/S provides a utility for correctness testing. It is located in the ext_tester directory and can be expanded easily with new tests. MojitO/S provides a utility for correctness testing. It is located in the `tester` directory and can be expanded easily with new tests.
This utility requires `mojitos` to be built first, and can then be ran by running `make run` in the ext_tester directory. This utility requires `mojitos` to be built first, and can then be ran by running `make run` in the tester directory.
It works by running `mojitos` multiple times with different parameters, and running its output through different verification functions each time. It works by running `mojitos` multiple times with different parameters, and running its output through different verification functions each time.
### Adding tests ### Adding tests
A complete explanation on how to use the testing API can be found [here](./ext_tester/readme.md) A complete explanation on how to use the testing API can be found [here](./tester/readme.md)
## License ## License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment