diff options
author | Michael Vogt <mvo@debian.org> | 2013-07-26 17:31:24 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-07-26 17:31:24 +0200 |
commit | a1c4ae54803f85f83815cbf0f630ee867a2182e5 (patch) | |
tree | ed95d129c072fabf9e955783cb32d938dd160287 /Makefile | |
parent | 534454d4f806248dd89fadd0c411aadc55272ec3 (diff) |
add missing test make
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ all headers library clean veryclean binary program doc manpages debiandoc test u $(MAKE) -C cmdline $@ $(MAKE) -C ftparchive $@ $(MAKE) -C dselect $@ + $(MAKE) -C doc $@ + $(MAKE) -C po $@ + $(MAKE) -C test $@ all headers library clean veryclean binary program doc manpages debiandoc test update-po: startup dirs |