rewrite i386 tests Makefile
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 21 Oct 2010 08:18:40 +0000 (10:18 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 23 Oct 2010 14:47:13 +0000 (14:47 +0000)
commit1193107912dbd80bc6601fc9c1de4119662f0178
tree5da0de333e6c15f9a25f63cf8826e0cc7a79c007
parent254024be78fd8126143317415825c059434dd799
rewrite i386 tests Makefile

1) compute path to i386 compiler from configure.  If it is found, run
the i386 tests.  I use macros so that this approach could be applied
for other arches as well.

2) provide an easily extensible way to add tests

Most tests fail, but at least "make test" does something meaningful.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure
rules.mak
tests/Makefile