Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MojitOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sepia-pub
MojitOS
Commits
190af490
Commit
190af490
authored
2 years ago
by
TwilCynder
Browse files
Options
Downloads
Patches
Plain Diff
fix references to old tester directory
parent
c7186e96
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
README.md
+3
-3
3 additions, 3 deletions
README.md
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
2
View file @
190af490
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
3
View file @
190af490
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment