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

Define CMake/CTest tests #247

Merged
merged 1 commit into from
May 18, 2016
Merged

Commits on May 18, 2016

  1. Define CMake/CTest tests

    Instead of copying the test executable and the JSON files used by
    the tests at install time, define CMake/CTest tests for running
    the json_unit executable from any build directory with the project's
    source directory as its working directory.
    
    - call enable_testing in the main lists file to allow the definition
    of tests
    - remove install commands from the test directory's lists file
    - define two tests
      - json_unit_default for running the default tests by executing
    json_unit without any arguments
      - json_unit_all for running all the tests by executing json_unit
    with the "*" argument
    - update the AppVeyor configuration file to use the new testing method
    robertmrk committed May 18, 2016
    Configuration menu
    Copy the full SHA
    639d632 View commit details
    Browse the repository at this point in the history