mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/abseil-cpp: enable most checks
This commit is contained in:
parent
8beabd2ca1
commit
549f2353d1
@ -141,10 +141,8 @@ build() {
|
|||||||
cmake --build build
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
||||||
# disable broken tests
|
|
||||||
check() {
|
check() {
|
||||||
CTEST_OUTPUT_ON_FAILURE=TRUE ctest --test-dir build -E "absl_str_format_convert_test|absl_mutex_test\
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest --test-dir build -E absl_str_format_convert_test
|
||||||
|absl_notification_test|absl_per_thread_sem_test|absl_sysinfo_test|absl_random_beta_distribution_test|absl_cord_rep_btree_navigator_test"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user