view tests/Makefile @ 824:be0988e46336

Use a timeout to avoid errors after unload
author Adam Chlipala <adamc@hcoop.net>
date Thu, 28 May 2009 11:45:45 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

test.o: test.c
	gcc -c test.c -o test.o