Location of C++ unit tests

Issue #527 resolved
Anders Logg (Chalmers) created an issue

cpp unit tests are located at

test/unit/foo/cpp/

while python tests are located at

test/unit/python/foo

Is there anything in the way of moving the cpp testst to

test/unit/cpp/foo

?

Comments (7)

  1. Anders Logg (Chalmers) reporter

    ok. Targetet to 1.7. It's a minor issue but confusing when one hasn't entered the test directory in a few months time and tries to locate a specific unit test.

  2. Martin Sandve Alnæs

    I figured it would be natural to do when changing to google test framework (there's a separate issue for that). Not sure if that's going to happen though.

  3. Log in to comment