mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 00:41:03 +01:00
14 lines
234 B
Makefile
14 lines
234 B
Makefile
#
|
|
# $Id: Makefile 4312 2005-04-17 07:41:31Z steve $
|
|
#
|
|
PROVE=/usr/bin/prove -v
|
|
TESTS=simple.pl
|
|
|
|
all: tests
|
|
|
|
.PHONY: tests
|
|
tests: ../apparmor_parser
|
|
pushd . && ${PROVE} ${TESTS} && popd
|
|
|
|
../apparmor_parser:
|
|
make -C .. apparmor_parser
|