Commit a37b1105 a37b1105582dc08415940e416c7bf077b8934327 by Alain Magloire

Ignore mimetest

1 parent d824e048
......@@ -10,3 +10,4 @@ mbox-dates
mbox-dates.out
mbox-explode
url-parse
mimetest
......
......@@ -2,11 +2,14 @@
CFLAGS = -g -I../include -Wall
LDFLAGS = -g -static
# On QNX
LDLIBS = -lsocket
# On GNU/Linux (if compile with threads)
#LDLIBS = -lpthread
MULIBS = ../mailbox/.libs/libmailbox.a ../lib/libmailutils.a
EXES = addr mbox-explode mbox-dates mbox-auth url-parse mbox-check
EXES = addr mbox-explode mbox-dates mbox-auth url-parse mbox-check mimetest
default: $(EXES)
......@@ -32,6 +35,9 @@ url.test: url-parse
@echo "---- There should be no differences! ----"
diff -u Urls.good Urls.test
# mimetest example and test
# TODO
# clean and empty
clean:
......