Fix flakyness in TestGdbRemoteHostInfo

this test was using the VPATH hack to avoid having a copy of the
inferior source code. This makes the test fail if in happens to run
concurrently with a test in the parent folder. Fix that by moving it up
to the parent.

llvm-svn: 296741
This commit is contained in:
Pavel Labath 2017-03-02 11:36:14 +00:00
parent 3397948515
commit ebe25fb845
2 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
LEVEL = ../../../make
VPATH = ..
override CFLAGS_EXTRAS += -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS
ENABLE_THREADS := YES
CXX_SOURCES := main.cpp
MAKE_DSYM :=NO
include $(LEVEL)/Makefile.rules