From fc792839bbfe89744f94d17d45b3fb087a9479ee Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 25 Oct 2005 19:01:12 +0000
Subject: [PATCH] Add infrastructure for expect test suite

---
 configure.ac                 | 1 +
 testsuite/Makefile.am        | 2 +-
 testsuite/expect/Makefile.am | 6 ++++++
 3 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 testsuite/expect/Makefile.am

diff --git a/configure.ac b/configure.ac
index cd7db377b7e..4f4dd9812f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -240,6 +240,7 @@ AC_CONFIG_FILES([Makefile
 		 doc/Makefile
 		 doc/man/Makefile
 		 testsuite/Makefile
+		 testsuite/expect/Makefile
 		 testsuite/slurm_unit/Makefile
 		 testsuite/slurm_unit/common/Makefile
 		 testsuite/slurm_unit/slurmctld/Makefile
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 9e7362b13c9..c8d068f8adb 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -3,7 +3,7 @@
 AUTOMAKE_OPTIONS = dejagnu
 #RUNTESTDEFAULTFLAGS = --srcdir $$srcdir/testsuite
 
-SUBDIRS = slurm_unit
+SUBDIRS = expect slurm_unit
 
 noinst_HEADERS = dejagnu.h
 
diff --git a/testsuite/expect/Makefile.am b/testsuite/expect/Makefile.am
new file mode 100644
index 00000000000..82be37ae44f
--- /dev/null
+++ b/testsuite/expect/Makefile.am
@@ -0,0 +1,6 @@
+# $Id: Makefile.am 5331 2005-09-07 21:39:04Z morrone $
+
+AUTOMAKE_OPTIONS = foreign
+
+distclean-local:
+	rm -rf *error *output
-- 
GitLab