Ignore:
Timestamp:
11/20/09 18:38:00 (4 years ago)
Author:
sam
Message:

Various compilation and unit test fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/test/check-build

    r3976 r3979  
    44 
    55config_h_in=$(dirname "$0")/../config.h.in 
    6 win32_config_h=$(dirname "$0")/../win32/config.h 
     6msvc_config_h=$(dirname "$0")/../msvc/config.h 
    77 
    88for key in $(sed -ne 's/.*#undef *\([A-Za-z0-9_]*\).*/\1/p' "$config_h_in"); 
    99do 
    10   if ! grep '[ef] \<'"$key"'\>' "$win32_config_h" >/dev/null 2>&1; then 
    11     echo "error: $key missing from win32/config.h" 
     10  if ! grep '[ef] \<'"$key"'\>' "$msvc_config_h" >/dev/null 2>&1; then 
     11    echo "error: $key missing from msvc/config.h" 
    1212    failure=1 
    1313  fi 
Note: See TracChangeset for help on using the changeset viewer.