diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-10-21 10:18:39 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-10-23 14:47:06 +0000 |
commit | 48118b020558bb4cde05894d9d8322a20cbb2f8d (patch) | |
tree | 5a2ccbd98f4cbad73b90086a62f0399c12e99751 /tests/Makefile | |
parent | e311248b6442827820bfc7340ea1401caee3a0f1 (diff) |
fix test_path
path.c grew quite a few new dependencies (mostly via cutils.c),
include them.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index e26b2d7fe6..ef575a4814 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,7 +3,7 @@ $(call set-vpath, $(SRC_PATH)/tests) -CFLAGS=-Wall -O2 -g -fno-strict-aliasing +CFLAGS=-Wall -O2 -g -fno-strict-aliasing -I.. #CFLAGS+=-msse2 LDFLAGS= |