diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-10-21 10:18:36 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-10-23 14:46:54 +0000 |
commit | 9517a9e6a550a141f6e60550e1cec65005273170 (patch) | |
tree | 1e2aa055db2064976afc43bd337459d66e29b7b6 /tests | |
parent | e6c3b0f7c4c544b7e06b72fb7d9813bb80c8784b (diff) |
unbreak "make" from vpath-built tests directory
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index ff7f787a9a..e26b2d7fe6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,5 @@ -include ../config-host.mak +-include $(SRC_PATH)/rules.mak $(call set-vpath, $(SRC_PATH)/tests) |