blob: 555e093c30f42ccf3677b6419eda0ef786eee2f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## Process this file with automake to produce Makefile.in
SUBDIRS = src
AUTOMAKE_OPTIONS = dejagnu
CLEANFILES = *.log *.sum
RUNTEST = $(RUNTEST_BIN)
AM_RUNTESTFLAGS = BINFILE=src/test GDB=$(GDB)
export PYTHONPATH=$(top_srcdir)/misc/gdb
## vim: set shiftwidth=4 tabstop=4 noexpandtab:
|