1. 09 9月, 2020 1 次提交
  2. 26 1月, 2019 1 次提交
    • T
      Fix error in example_1 · 9d1ffe26
      teaguecl 提交于
      This test case had an error:
      test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode
      It was supposed to be a list of values that are NOT in the list,
      and none of them should be found.  It incorrectly included '1'
      which is a value in the list.
      
      The compile option -Wno-misleading-indentation was also added to
      remove a compiler warning produced by gcc 7.3.0
      9d1ffe26
  3. 15 5月, 2016 1 次提交
  4. 17 7月, 2013 2 次提交
    • W
      Added another example · 1b9b1972
      Warwick Stone 提交于
       *  Simple makefile example, extracted from existing example
      1b9b1972
    • W
      Updated example · 5932565b
      Warwick Stone 提交于
       *  Moved existing example to its own directory, with the intention of adding more examples
       *  Existing example uses its own .yml file instead of one of the files in targets/.
      5932565b
  5. 29 10月, 2008 1 次提交