• Adam Cozzette's avatar
    Fixed "make check" for cmake build · 98d89d42
    Adam Cozzette authored
    The check target did not depend on the test_plugin binary, so this would
    cause "make check" to fail at times because of the absence of
    test_plugin. This change adds a dependency on test_plugin so that it
    will always get built before the tests are executed.
    98d89d42
tests.cmake 10.7 KB