From b462855c24dc750b386fbd632b60f3fca3fe7d07 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 18 Aug 2005 19:52:44 +0000 Subject: Add simple regression test for bugzilla #3195. --- progs/tests/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'progs/tests/Makefile') diff --git a/progs/tests/Makefile b/progs/tests/Makefile index c32eb9beaf..768820cf3d 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -23,6 +23,7 @@ SOURCES = antialias.c \ blendsquare.c \ bufferobj.c \ bug_3101.c \ + bug_3195.c \ crossbar.c \ cva.c \ dinoshade.c \ @@ -104,6 +105,12 @@ texrect: texrect.o readtex.o texrect.o: texrect.c readtex.h $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@ +bug_3195: bug_3195.o readtex.o + $(CC) $(CFLAGS) bug_3195.o readtex.o $(LIBS) -o $@ + +bug_3195.o: bug_3195.c readtex.h + $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@ + invert: invert.o readtex.o $(CC) invert.o readtex.o $(LIBS) -o $@ -- cgit v1.2.3