2018-09-11 11:07:11 +00:00
|
|
|
tests = [
|
2019-01-07 09:31:27 +00:00
|
|
|
"//cmake:test_libgd",
|
|
|
|
"//cmake:test_libpng",
|
|
|
|
"//cmake:test_zlib",
|
|
|
|
"//cmake_cares:test_c_ares",
|
|
|
|
"//cmake_hello_world_lib/static:test_hello",
|
|
|
|
"//cmake_nghttp2:test_nghttp2",
|
|
|
|
"//ninja:test_ninja_version",
|
|
|
|
"@rules_foreign_cc//test:cmake_script_test_suite",
|
|
|
|
"//cc_configure_make:libevent_echosrv1",
|
2018-09-11 11:07:11 +00:00
|
|
|
]
|
|
|
|
|
2018-08-13 10:44:53 +00:00
|
|
|
test_suite(
|
|
|
|
name = "tests",
|
2018-12-04 17:54:21 +00:00
|
|
|
tests = tests + [
|
2019-01-07 09:31:27 +00:00
|
|
|
"//cmake_synthetic:test_libs",
|
|
|
|
"//configure_gnuplot:configure_libgd_tests",
|
|
|
|
"//cmake_hello_world_lib/shared:test_libhello",
|
|
|
|
"//cmake_hello_world_lib/binary:test_binary",
|
2018-12-04 17:54:21 +00:00
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
test_suite(
|
|
|
|
name = "cmake_tests",
|
|
|
|
tests = tests + [
|
2019-01-07 09:31:27 +00:00
|
|
|
"//cmake_synthetic:test_libs",
|
|
|
|
"//cmake_hello_world_lib/shared:test_libhello",
|
|
|
|
"//cmake_hello_world_lib/binary:test_binary",
|
2018-10-23 14:49:20 +00:00
|
|
|
],
|
2018-09-14 13:37:00 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
test_suite(
|
|
|
|
name = "tests_no_synthetic",
|
2019-01-07 09:31:27 +00:00
|
|
|
tests = tests + ["//configure_gnuplot:configure_libgd_tests"],
|
2018-09-11 11:07:11 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
test_suite(
|
|
|
|
name = "win_tests",
|
|
|
|
tags = ["windows"],
|
2018-12-04 17:54:21 +00:00
|
|
|
tests = tests + [
|
2019-01-07 09:31:27 +00:00
|
|
|
"//cmake_synthetic:test_libs",
|
|
|
|
"//configure_gnuplot:configure_libgd_tests",
|
|
|
|
"//cmake_hello_world_lib/static:test_hello_ninja",
|
|
|
|
"//cmake_hello_world_lib/static:test_hello_nmake",
|
2018-09-12 13:41:19 +00:00
|
|
|
],
|
2018-08-13 10:44:53 +00:00
|
|
|
)
|