Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #20 and CMake simplifications #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 14, 2018

  1. Fix achille-roussel#20 and CMake simplifications

    - define preprocessor variable `NDEBUG=1`, when CMAKE_BUILD_TYPE is not
    Debug (cause issue achille-roussel#20)
    - fix overflowing buffer in test_message with strcpy.
    strcpy also copied terminating '\0', which lead to length 13 (buffer
    overflow) and failiure of nnxx_check() in test_message.cpp, l. 49
    - simplify detection of test case locations in CMake
    - more convenient output directory locations
    chhinze committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    98d26a2 View commit details
    Browse the repository at this point in the history