From: Sebastian B. <sb...@us...> - 2013-12-08 20:26:16
|
Update of /cvsroot/simplemail/simplemail/tests In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25907/tests Modified Files: makefile Added Files: test-profile.tar.bz2 Log Message: Added a test profile. Index: makefile =================================================================== RCS file: /cvsroot/simplemail/simplemail/tests/makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- makefile 7 Dec 2013 20:19:38 -0000 1.20 +++ makefile 8 Dec 2013 20:26:14 -0000 1.21 @@ -44,12 +44,16 @@ $(CC) $@stubs.c unittest_tmpl.c -DUNITTEST_TABLE=\"$@_table.c\" -DUNITTEST_FILE=\"$<\" $(CFLAGS) -lcunit -L. -l$(SIMPLEMAIL_LIB) $(GLIB_LDFLAGS) $(GTK_LDFLAGS) -o $@ .PHONY: all -all: dirs $(TESTEXES) memleaks +all: dirs files $(TESTEXES) memleaks .PHONY: dirs dirs: mkdir -p test-objs/gtk +.PHONY: files +files: test-profile.tar.bz2 + tar xjf test-profile.tar.bz2 + lib$(SIMPLEMAIL_LIB).a: $(OBJS) ar rcs $@ $(OBJS) --- NEW FILE: test-profile.tar.bz2 --- (This appears to be a binary file; contents omitted.) |