Mercurial > libavutil.hg
changeset 438:812ff5adfa54 libavutil
Move common test program infrastructure to common.mak.
author | diego |
---|---|
date | Sun, 27 Jan 2008 23:28:56 +0000 |
parents | 8a1687cc6f5b |
children | 4d19262ba3ff |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Jan 27 23:27:13 2008 +0000 +++ b/Makefile Sun Jan 27 23:28:56 2008 +0000 @@ -45,15 +45,8 @@ include ../common.mak -tests: $(TESTS) - -%-test$(EXESUF): %.c $(LIBNAME) - $(CC) $(CFLAGS) $(LDFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) - lzo-test$(EXESUF): lzo.c $(LIBNAME) $(CC) $(CFLAGS) $(LDFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) -llzo2 clean:: - rm -f $(TESTS) lzo-test$(EXESUF) - -.PHONY: tests + rm -f lzo-test$(EXESUF)