10 lines
437 B
CMake
Raw Normal View History

2018-04-23 21:13:27 +02:00
if(RunCMake_SUBTEST_SUFFIX STREQUAL "soversion_not_zero")
set(shlibs_shlibs "^libtest_lib 0\\.8 generate_shlibs \\(\\= 0\\.1\\.1\\)\n$")
else() # soversion_zero
set(shlibs_shlibs "^libtest_lib 0 generate_shlibs \\(\\= 0\\.1\\.1\\)\n$")
endif()
2016-07-09 11:21:54 +02:00
# optional dot at the end of permissions regex is for SELinux enabled systems
set(shlibs_shlibs_permissions_regex "-rw-r--r--\.? .*")
verifyDebControl("${FOUND_FILE_1}" "shlibs" "shlibs")