~ubuntu-branches/ubuntu/raring/apparmor/raring

« back to all changes in this revision

Viewing changes to parser/tst/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-03-23 16:42:01 UTC
  • Revision ID: james.westby@ubuntu.com-20070323164201-jkax6f0oku087b7l
Tags: upstream-2.0.1+510.dfsg
ImportĀ upstreamĀ versionĀ 2.0.1+510.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# $Id: Makefile 270 2006-12-15 08:10:25Z steve-beattie $
 
3
#
 
4
PROVE=/usr/bin/prove
 
5
TESTS=simple.pl
 
6
 
 
7
ifeq ($(VERBOSE),1)
 
8
  PROVE_ARG=-v
 
9
endif
 
10
 
 
11
all: tests
 
12
 
 
13
.PHONY: tests
 
14
tests: ../apparmor_parser
 
15
        $(Q)${PROVE} ${PROVE_ARG} ${TESTS}
 
16
 
 
17
../apparmor_parser:
 
18
        make -C .. apparmor_parser