Skip to content

Tests are missing #7

Description

@susnak

As we move more code from Matlab to C, we have to ensure it behaves the same.
We also need a way how to test the error checking and how to detect memory leaks.

  • Use the loadlibrary function from Matlab to test the correctness of the results against the pure Matlab implementation.
  • Use CFFI from Python to make more tests.
  • Make small test executables in C or C++ and test the correct memory handling using Valgrind or Google sanitizers (-fsanitize=* compiler option).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions