Skip to content

Commit c73510a

Browse files
committed
Remove dejagnu based testsuite
1 parent ea6c607 commit c73510a

12 files changed

+8
-1281
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2010-10-19 Mark Grondona <mgrondona@llnl.gov>
2+
3+
* Makefile.am, configure.ac, testsuite/* :
4+
Remove dejagnu based testsuite.
5+
16
2010-10-04 Mark Grondona <mgrondona@llnl.gov>
27

38
* src/pdsh/privsep.c, src/pdsh/privsep.h :

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(top_srcdir)/config/Make-inc.mk
99
ACLOCAL_AMFLAGS = -I config
1010
AUTOMAKE_OPTIONS = foreign dist-bzip2
1111
CONFIG_STATUS_DEPENDENCIES = META
12-
SUBDIRS = src testsuite doc etc scripts config
12+
SUBDIRS = src doc etc scripts config
1313

1414
maintainer-clean-local:
1515
-(cd $(top_srcdir) && rm -rf autom4te.cache)

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ target_vendor = @target_vendor@
312312
ACLOCAL_AMFLAGS = -I config
313313
AUTOMAKE_OPTIONS = foreign dist-bzip2
314314
CONFIG_STATUS_DEPENDENCIES = META
315-
SUBDIRS = src testsuite doc etc scripts config
315+
SUBDIRS = src doc etc scripts config
316316
MAINTAINERCLEANFILES = \
317317
aclocal.m4 \
318318
config.h.in \

TODO

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
- Improve deja-gnu support
2-
o resolve problems with dejagnu-1.4.2-3:
3-
ERROR: Couldn't find config.guess program.
41
- Addy requests more prun-like options
52
- Optional pdsh.conf file for configurable system wide defaults
63
- Improve xpoll() interface??

configure

+1-3
Original file line numberDiff line numberDiff line change
@@ -27075,7 +27075,7 @@ _ACEOF
2707527075

2707627076

2707727077

27078-
ac_config_files="$ac_config_files Makefile config/Makefile src/Makefile src/common/Makefile src/qsnet/Makefile src/pdsh/Makefile src/modules/Makefile testsuite/Makefile testsuite/pdsh.test/Makefile doc/Makefile etc/Makefile scripts/Makefile doc/pdcp.1 doc/pdsh.1"
27078+
ac_config_files="$ac_config_files Makefile config/Makefile src/Makefile src/common/Makefile src/qsnet/Makefile src/pdsh/Makefile src/modules/Makefile doc/Makefile etc/Makefile scripts/Makefile doc/pdcp.1 doc/pdsh.1"
2707927079

2708027080
cat >confcache <<\_ACEOF
2708127081
# This file is a shell script that caches the results of configure
@@ -27836,8 +27836,6 @@ do
2783627836
"src/qsnet/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/qsnet/Makefile" ;;
2783727837
"src/pdsh/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/pdsh/Makefile" ;;
2783827838
"src/modules/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/modules/Makefile" ;;
27839-
"testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
27840-
"testsuite/pdsh.test/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/pdsh.test/Makefile" ;;
2784127839
"doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
2784227840
"etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
2784327841
"scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;

configure.ac

-2
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ AC_CONFIG_FILES([
316316
src/qsnet/Makefile
317317
src/pdsh/Makefile
318318
src/modules/Makefile
319-
testsuite/Makefile
320-
testsuite/pdsh.test/Makefile
321319
doc/Makefile
322320
etc/Makefile
323321
scripts/Makefile

testsuite/Makefile.am

-10
This file was deleted.

0 commit comments

Comments
 (0)