Mercurial > masqmail
view tests/localhost-stdin/makefile @ 63:49ca781e1503
reworked the test cases completely
they are split into four independent tests now
and each one is tested to work with the current version
author | meillo@marmaro.de |
---|---|
date | Sun, 30 May 2010 16:05:49 +0200 |
parents | tests/Makefile@3cb6f383f07e |
children | 0379789a847b |
line wrap: on
line source
# Makefile by markus schnalke <meillo@marmaro.de> # heavily based on Makefile.am written by oliver kurth all: test.conf mkdir -p ./input ./lock test.conf: test.conf.tpl # fails if the current path contains `^'. sed "s^PWD^`pwd`^" $< >$@ clean: rm -f test.conf realclean: clean rm -rf ./input ./lock rm -f *.log `logname`