Skip to content

Commit

Permalink
8206113: Troubles configuring graal tests
Browse files Browse the repository at this point in the history
Reviewed-by: kvn
  • Loading branch information
Ekaterina Pavlova committed Jan 23, 2020
1 parent 5e9d3fd commit 6c9a6ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions make/test/JtregGraalUnit.gmk
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -176,8 +176,6 @@ ifeq ($(INCLUDE_GRAAL), true)
))

TARGETS_IMAGE += $(COPY_HOTSPOT_JTREG_GRAAL)
else
$(info Skip building of Graal unit tests because 3rd party libraries directory is not specified)
endif
endif

Expand Down

0 comments on commit 6c9a6ea

Please sign in to comment.