From 834576a531616f6f39ad0b9d6937492916395044 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 19 Oct 2002 10:05:47 +0000 Subject: testFont --- src/tests/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/tests/Makefile b/src/tests/Makefile index 978167f..90776ad 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -1,10 +1,11 @@ -OBJ=StringUtiltest.o ../StringUtil.o CXX=g++ CXXFLAGS= -I.. -DDEBUG -Wall -g -O2 LIBS= XFLAGS= -I/usr/X11R6/include -XLIBS= -L/usr/X11R6/lib -lX11 +XLIBS= -L/usr/X11R6/lib -lX11 -lXft COMPILEFILE=$(CXX) -c $(CXXFLAGS) +FONT_OBJ = ../BaseDisplay.o ../Font.o ../XFontImp.o ../XftFontImp.o ../XmbFontImp.o \ + ../Timer.o ../StringUtil.o ../i18n.o all: testStringUtil testKeys testResource testSignal @@ -35,11 +36,14 @@ testResource: Resourcetest.o Resource.o testSignal: signaltest.cc ../SignalHandler.o ${CXX} ${LIBS} signaltest.cc ../SignalHandler.o -o testSignal +testFont: testFont.cc ${FONT_OBJ} + ${CXX} ${CXXFLAGS} ${XLIBS} testFont.cc ${FONT_OBJ} -o testFont -run: testResource testKeys testStringUtil +run: testResource testKeys testStringUtil testFont ./testKeys ./testStringUtil ./testResource ./testSignal + ./testFont clean: rm -f *.o -- cgit v0.11.2