CMake/Tests/ExportImport/Import/A
Raphael Kubo da Costa 21d99aa345 Tests: Use a less strict regular expression to look for "SONAME"
Commit 899458ab (Tests: Cover NO_SONAME property for SHARED libraries,
2015-08-20) introduced a few new ExportImport tests, and the
check_lib_{no}soname.cmake scripts that parse readelf(1)'s output.

Make the regular expression matching the SONAME line output by readelf
less strict, as the output format varies across implementations: GNU
binutils' readelf is the only one to write each ELF header within
parentheses (which the previous regular expression expected).  The new
tests were thus failing when either Fedora's elfutils (eu-readelf) or
elftoolchain's readelf (present on recent FreeBSD versions) were being
used, as they both list the headers without parentheses.

The same issue also affected Tests/Plugin's check_mod_soname.cmake, so
fix that one as well -- the only reason the test was not failing is that
it tested that the regular expression did not match, which was always
the case with a non-binutils readelf.
2015-09-01 10:30:09 -04:00
..
excludedFromAll
framework_interface
CMakeLists.txt Tests: Cover NO_SONAME property for SHARED libraries 2015-08-20 10:38:34 -04:00
check_lib_nosoname.cmake Tests: Use a less strict regular expression to look for "SONAME" 2015-09-01 10:30:09 -04:00
check_lib_soname.cmake Tests: Use a less strict regular expression to look for "SONAME" 2015-09-01 10:30:09 -04:00
check_testLib1_genex.cmake
cmp0022NEW_test.cpp
cmp0022NEW_test_vs6_1.cpp
cmp0022NEW_test_vs6_2.cpp
cmp0022OLD_test.cpp
cmp0022OLD_test_vs6_1.cpp
cmp0022OLD_test_vs6_2.cpp
deps_iface.c
deps_shared_iface.cpp
iface_test.cpp
imp_lib1.c
imp_mod1.c
imp_testExe1.c Add generator expression support to OUTPUT_DIRECTORY target properties 2015-08-12 13:43:00 -04:00
imp_testExeAbs1.c
renamed_test.cpp
test_system.cpp