Skip to content
  • Florian Lukas's avatar
    test: remove non-generated tests, simplify · fb19fb70
    Florian Lukas authored
    The work needed to maintain the manually "generated" system files is no longer
    worth the effort for the constructor test alone.
    
    Refactored tests to single "tests" target
    This can also be used to *run* tests in parallel:
    make -j8 tests && ctest -j8
    
    Change-Id: I183aea8283c8d35469d83bb4ee58cdad95af42bc
    fb19fb70