Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into son/copy_java_info_…
Browse files Browse the repository at this point in the history
…to_project_side

# Conflicts:
#	base/src/com/google/idea/blaze/base/sync/aspects/strategy/AspectRepositoryProvider.java
#	clwb/tests/integrationtests/com/google/idea/blaze/clwb/base/TestAspectRepositoryProvider.java
  • Loading branch information
xuansontrinh committed Oct 9, 2024
2 parents 915c3e9 + 893eaa8 commit c3ab27c
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions clwb/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -162,22 +162,23 @@ filegroup(
visibility = ["//visibility:public"],
)

clwb_integration_test(
name = "simple_integration_test",
project = "simple",
srcs = ["tests/integrationtests/com/google/idea/blaze/clwb/SimpleTest.java"],
)

clwb_integration_test(
name = "virtual_includes_integration_test",
project = "virtual_includes",
srcs = ["tests/integrationtests/com/google/idea/blaze/clwb/VirtualIncludesTest.java"],
)

#clwb_integration_test(
# name = "simple_integration_test",
# project = "simple",
# srcs = ["tests/integrationtests/com/google/idea/blaze/clwb/SimpleTest.java"],
#)

#clwb_integration_test(
# name = "virtual_includes_integration_test",
# project = "virtual_includes",
# srcs = ["tests/integrationtests/com/google/idea/blaze/clwb/VirtualIncludesTest.java"],
#)

# TODO: fix tests
test_suite(
name = "integration_tests",
tests = [
":simple_integration_test",
":virtual_includes_integration_test",
# ":simple_integration_test",
# ":virtual_includes_integration_test",
],
)

0 comments on commit c3ab27c

Please sign in to comment.