Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Octave library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
caosdb
Software
CaosDB Octave library
Commits
ae679309
Commit
ae679309
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: How to install MOxUnit.
parent
15087d94
No related branches found
No related tags found
1 merge request
!2
ENH: Retrieving single entities works on the mex side.
Pipeline
#12047
passed with warnings
3 years ago
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-octaveinttest
#12052
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_SETUP.md
+7
-1
7 additions, 1 deletion
README_SETUP.md
with
7 additions
and
1 deletion
README_SETUP.md
+
7
−
1
View file @
ae679309
...
...
@@ -27,7 +27,13 @@ We use the standard test framework of Octave.
See
[
this article
](
https://wiki.octave.org/Tests
)
for a primer and use
[
this
](
https://octave.org/doc/interpreter/Test-Functions.html
)
as a reference.
Additionally we use the
[
MOxUnit
](
https://github.com/MOxUnit/MOxUnit
)
framework.
Additionally we use the
[
MOxUnit
](
https://github.com/MOxUnit/MOxUnit
)
framework. Install MOxUnit somewhere:
```
sh
git clone https://github.com/MOxUnit/MOxUnit.git
cd
MOxUnit
make
install
```
## Code Formatting
...
...
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