Branch: Tag:

2003-03-29

2003-03-29 10:52:29 by Marcus Comstedt <marcus@mc.pp.se>

Check that C modules can be loaded, too.

Rev: src/testsuite.in:1.586

1: - test_true([["$Id: testsuite.in,v 1.585 2003/03/28 14:32:20 marcus Exp $"]]); + test_true([["$Id: testsuite.in,v 1.586 2003/03/29 10:52:29 marcus Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
8758:    }    else if(stat[1]>=0){    // werror("Testing file %O\n", file); -  if(has_suffix(file, ".pike") || has_suffix(file, ".pmod")) +  if(has_suffix(file, ".pike") || has_suffix(file, ".pmod") || +  has_suffix(file, ".so"))    {   #if 0    mixed err=catch { (program)file; };
8769:    continue;    }   #endif -  test_resolv(file, base_size, handler); +  test_resolv(file+(has_suffix(file, ".so")? "XX":""), +  base_size, handler);    }    }    }