1. 01 Sep, 2016 1 commit
    • Richard Levitte's avatar
      Add a more versatile test chooser · 90aeaf6b
      Richard Levitte authored
      
      
      So far, the test runner (test/run_tests.pl) could get a list of tests
      to run, and if non were given, it assumes all available tests should
      be performed.
      
      However, that makes skipping just one or two tests a bit of a pain.
      This change makes the possibilities more versatile, run_checker.pl
      takes these arguments and will process them in the given order,
      starting with an empty set of tests to perform:
      
          alltests            The current set becomes the whole set of
                              available tests.
          test_xxx            Adds 'test_xxx' to the current set.
          -test_xxx           Removes 'test_xxx' from the current set.  If
                              nothing has been added to the set before this
                              argument, the current set is first initialised
                              to the whole set of available tests, then
                              'test_xxx' is removed from the current set.
          list                Display all available tests, then stop.
      
      If no arguments are given, 'alltests' is assumed.
      
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      90aeaf6b
  2. 31 Aug, 2016 9 commits
  3. 30 Aug, 2016 6 commits
  4. 29 Aug, 2016 5 commits
  5. 26 Aug, 2016 3 commits
  6. 25 Aug, 2016 9 commits
  7. 24 Aug, 2016 7 commits