X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/6bffb655ac989fe4f115763270f84175bf24e4bb..f29a7129de56edca96ea8ef58576898c1e52ed6f:/Server/tests/Makefile diff --git a/Server/tests/Makefile b/Server/tests/Makefile index 0210ffe..c5bfc63 100644 --- a/Server/tests/Makefile +++ b/Server/tests/Makefile @@ -43,7 +43,7 @@ CXXFLAGS+=-g -DDEBUG #CXXFLAGS+=-O3 LDFLAGS=-lsocket++ `pkg-config --libs glibmm-2.0 gthread-2.0` #-L$(LIB_FILES) -TARGETS=server_test +TARGETS=server_test client_test # Regla por defecto. all: $(TARGETS) @@ -55,6 +55,9 @@ $(LIB_FILES)/server.a: # Tests server_test: $(LIB_FILES)/server.a server_test.o +# Tests +client_test: $(LIB_FILES)/server.a client_test.o + clean: rm -f $(TARGETS) *.o