From 676c89ab59f8c0f19bbe7397ac2c851e80d39093 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 15 Jan 2005 13:15:49 +0000 Subject: fixed some issues and added testMenu target --- src/tests/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/tests/Makefile b/src/tests/Makefile index f6178c8..c982a7f 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -2,12 +2,12 @@ CXX=g++ CXXFLAGS= -I.. -I../FbTk -DDEBUG -DUSE_XFT -Wall -g -O2 ../FbTk/libFbTk.a LIBS= XFLAGS= -I/usr/X11R6/include -XLIBS= -L/usr/X11R6/lib -lX11 -lXft +XLIBS= -L/usr/X11R6/lib -lX11 -lXft -lXpm -lImlib2 COMPILEFILE=$(CXX) -c $(CXXFLAGS) FONT_OBJ = ../FbTk/libFbTk.a COMPILE = ${CXX} ${CXXFLAGS} ${XLIBS} -all: testFont testTexture movetest +all: testMenu testFont testTexture movetest .cc.o: $(CXX) -c $(CXXFLAGS) $< @@ -30,6 +30,9 @@ signaltest: testFont: testFont.cc ${FONT_OBJ} ${CXX} testFont.cc -o testFont ${CXXFLAGS} ${XLIBS} +testMenu: menutest.cc + ${CXX} menutest.cc -o testMenu ${CXXFLAGS} ${XLIBS} ../FbMenuParser.o ../FbTk/libFbTk.a -lXpm -lImlib2 ../Parser.o + testLayers: testLayers.cc ${CXX} ${CXXFLAGS} ${XLIBS} testLayers.cc ../FbTk/libFbTk.a -o testLayers -- cgit v0.11.2