#CFLAGS+=-msse2
#TESTS+=test_path
#TESTS+=runcom
strip $@
./$@ || { rm $@; exit 1; }
test-x86_64: test-i386.c \
test: test-i386
./test-i386 > test-i386.ref
else
test:
test-mmap: test-mmap.c
-./test-mmap
# generic Linux and CPU test
linux-test: linux-test.c
# speed test
time ./sha1
# vm86 test
# NOTE: -fomit-frame-pointer is currently needed : this is a bug in libqemu
# arm test
# MIPS test
mipsel-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -g -O2 -o $@ $<
# testsuite for the CRIS port.
test-cris: