Skip to content

Commit

Permalink
Sort tests under examples/third_party and add zlib to the list. (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsgh authored Dec 20, 2023
1 parent 2778210 commit d4d22b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/third_party/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ test_suite(
"//bison:bison_build_test",
"//cares:test_c_ares",
"//curl:curl_test_suite",
"//glib:glib_build_test",
"//gn:gn_launch_test",
"//gperftools:test",
"//glib:glib_build_test",
"//libgit2:libgit2_build_test",
"//iconv:iconv_linux_build_test",
"//libgit2:libgit2_build_test",
"//libjpeg_turbo:libjpeg_turbo_build_test",
"//libpng:test_libpng",
"//libssh2:libssh2_build_test",
Expand All @@ -30,6 +30,7 @@ test_suite(
"//python:python_tests",
"//sqlite:sqlite_build_test",
"//subversion:subversion_build_test",
"//zlib:test_zlib",
],
)

Expand Down Expand Up @@ -78,7 +79,7 @@ test_suite(
# Builds but not useful as it hardcodes paths so isn't relocateable
# "//autotools:autoconf_build_test",
# Fails due to hardcoded paths in autoconf
#"//autotools:automake_build_test",
# "//autotools:automake_build_test",
"//autotools:libtool_build_test",
"//autotools:m4_build_test",
# "//bison:bison_build_test",
Expand All @@ -100,6 +101,7 @@ test_suite(
"//python:python_tests",
"//sqlite:sqlite_build_test",
"//subversion:subversion_build_test",
"//zlib:test_zlib",
],
)

Expand All @@ -109,9 +111,9 @@ test_suite(
tests = [
"//apr:apr_build_test",
"//curl:curl_test_suite",
"//openssl:openssl_test_suite",
"//glib:glib_build_test",
"//mesa:mesa_build_test",
"//openssl:openssl_test_suite",
# TODO: Add more windows tests
],
)

0 comments on commit d4d22b7

Please sign in to comment.