diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:46:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:46:17 +0000 |
commit | 85adc697d2ec2a379ce6d721f0419ae5df3abdb6 (patch) | |
tree | 265f329bc4544c6f11a27ac3fd6022f593a10c11 /test/gdb/Makefile.am | |
parent | Initial commit. (diff) | |
download | mdds-85adc697d2ec2a379ce6d721f0419ae5df3abdb6.tar.xz mdds-85adc697d2ec2a379ce6d721f0419ae5df3abdb6.zip |
Adding upstream version 2.1.1.upstream/2.1.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/gdb/Makefile.am')
-rw-r--r-- | test/gdb/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/gdb/Makefile.am b/test/gdb/Makefile.am new file mode 100644 index 0000000..555e093 --- /dev/null +++ b/test/gdb/Makefile.am @@ -0,0 +1,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: |