1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
## Process this file with automake to produce Makefile.in.
##
## $XORP: xorp/fea/MakefileRootCheck.am,v 1.2 2003/10/24 02:24:09 pavlin Exp $
##
#
# This makefile contains information about tests that must be run as a root
#
# -- Test Programs and scripts
TESTS = test_add_route.sh test_config_interface.sh
################################################################
##
## Everything past here is useful to the maintainer, but probably not
## to anybody else
##
# A hook to propagate the "-f filename" argument
AM_MAKEFLAGS = -f MakefileRootCheck
|