]> git.saurik.com Git - apt.git/blame - test/Makefile
build test-binaries by default and add a test target to toplevel
[apt.git] / test / Makefile
CommitLineData
9edcd9ad
DK
1# -*- make -*-
2
3# This is the top level test makefile for APT, it recurses to each lower
4# level make file and runs it with the proper target
5ifndef NOISY
6.SILENT:
7endif
8
9.PHONY: headers library clean veryclean all binary program doc
10all clean veryclean binary program dirs:
11 $(MAKE) -C libapt $@
12 $(MAKE) -C interactive-helper $@
13
14# Some very common aliases
15.PHONY: maintainer-clean dist-clean distclean pristine sanity
16maintainer-clean dist-clean distclean pristine sanity: veryclean
17
18
19.PHONY: test
20test:
21 ./libapt/run-tests