1. 22 5月, 2017 1 次提交
    • J
      test: fixing variable names for test suite inside configure.ac. · f7c7f450
      Julio Faracco 提交于
      Both variables for gcov and oom have wrong names inside configure.ac.
      For this reason, the Test Suite configuration is not showing the current
      configuration.
      
      Before patching:
      configure:    windres: no
      configure:
      configure: Test suite
      configure:
      configure:          Coverage:
      configure:         Alloc OOM:
      configure:
      configure: Miscellaneous
      
      After patching (using --enable-test-coverage and --enable-test-oom):
      configure:    windres: no
      configure:
      configure: Test suite
      configure:
      configure:          Coverage: yes
      configure:         Alloc OOM: yes
      configure:
      configure: Miscellaneous
      Signed-off-by: NJulio Faracco <jcfaracco@gmail.com>
      f7c7f450
  2. 19 5月, 2017 9 次提交
  3. 18 5月, 2017 30 次提交