1. 07 Jun, 2016 25 commits
  2. 06 Jun, 2016 1 commit
  3. 29 May, 2016 8 commits
  4. 28 May, 2016 1 commit
  5. 25 May, 2016 1 commit
  6. 18 May, 2016 4 commits
    • Niels's avatar
      added hint to Homebrew · a3f432b3
      Niels authored
      a3f432b3
    • Niels's avatar
      Merge pull request #247 from robertmrk/feature/cmake-cleanup · 25d60b7b
      Niels authored
      Define CMake/CTest tests
      25d60b7b
    • Niels's avatar
      fixed #246 · 83761712
      Niels authored
      83761712
    • Robert Marki's avatar
      Define CMake/CTest tests · 639d6321
      Robert Marki authored
      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
      639d6321