2018-09-11 11:07:11 +00:00
|
|
|
tests = [
|
|
|
|
"//examples/cmake:test_libgd",
|
|
|
|
"//examples/cmake:test_libpng",
|
|
|
|
"//examples/cmake:test_zlib",
|
|
|
|
"//examples/cmake_cares:test_c_ares",
|
|
|
|
"//examples/cmake_hello_world_lib:test_hello",
|
|
|
|
"//examples/cmake_nghttp2:test_nghttp2",
|
|
|
|
"//examples/ninja:test_ninja_version",
|
|
|
|
"//test:cmake_script_test_suite",
|
2018-09-13 12:34:55 +00:00
|
|
|
"//examples/cmake_synthetic:test_libs",
|
2018-09-11 11:07:11 +00:00
|
|
|
]
|
|
|
|
|
2018-08-13 10:44:53 +00:00
|
|
|
test_suite(
|
|
|
|
name = "tests",
|
2018-09-11 11:07:11 +00:00
|
|
|
tests = tests,
|
|
|
|
)
|
|
|
|
|
|
|
|
test_suite(
|
|
|
|
name = "win_tests",
|
|
|
|
tags = ["windows"],
|
2018-09-12 13:41:19 +00:00
|
|
|
tests = tests + [
|
|
|
|
"//examples/cmake_hello_world_lib:test_hello_ninja",
|
|
|
|
"//examples/cmake_hello_world_lib:test_hello_nmake",
|
|
|
|
],
|
2018-08-13 10:44:53 +00:00
|
|
|
)
|