make: Add "test" target into .PHONY
commit81d53791b0db5f0667f7fc01de1e86893bf4a5c7
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 28 Oct 2010 19:55:16 +0000 (28 23:55 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 28 Oct 2010 20:40:16 +0000 (29 00:40 +0400)
tree92474d1660172eda95beb7ec0c706f33e30017a5
parent27fe347a8b5834ac4f181e7cddfc2bb7b613d4c7
make: Add "test" target into .PHONY

Michael proposed to run

 | sed -i -e '/^.PHONY: all/s/$/ test/' Makefile.in

since we have test/ directory. Good idea.

Reported-by: Michael Sterrett
Patch-by: Michael Sterrett
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Makefile.in