Skip to content
Snippets Groups Projects
Commit ae679309 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: How to install MOxUnit.

parent 15087d94
No related branches found
No related tags found
1 merge request!2ENH: Retrieving single entities works on the mex side.
Pipeline #12047 passed with warnings
Pipeline: caosdb-octaveinttest

#12052

    ......@@ -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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment