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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions