blob: 207f6459b5a9b1bac9afbb9257a2905b5cf869b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
AUTOMAKE_OPTIONS = dejagnu
export DEJAGNU
# Programs that are expected across the board.
DEJATOOL = killall
DEJATOOL += pslog
if WANT_FUSER
DEJATOOL += fuser
endif
EXTRA_DIST = \
config/unix.exp \
fuser.test/fuser.exp \
pslog.test/pslog.exp \
killall.test/killall.exp
|