Revision a986fcc4 tests/alpha/Makefile

b/tests/alpha/Makefile
5 5
SIM=../../alpha-linux-user/qemu-alpha
6 6

  
7 7
CFLAGS=-O
8
LINK=$(CC) -v -o $@ crt.o $< -nostdlib
8
LINK=$(CC) -o $@ crt.o $< -nostdlib
9 9

  
10 10
TESTS=test-cond test-cmov
11 11

  
......
23 23
test-cmov: test-cmov.o crt.o
24 24
	$(LINK)
25 25

  
26
check: $(TESTS)
27
	for f in $(TESTS); do $(SIM) $$f || exit 1; done
28

  
26 29
clean:
27 30
	$(RM) *.o *~ hello-alpha $(TESTS)
28 31

  
29
.PHONY: clean all
32
.PHONY: clean all check

Also available in: Unified diff