Skip to content
Snippets Groups Projects
Commit fc792839 authored by Moe Jette's avatar Moe Jette
Browse files

Add infrastructure for expect test suite

parent 676922f9
No related branches found
No related tags found
No related merge requests found
...@@ -240,6 +240,7 @@ AC_CONFIG_FILES([Makefile ...@@ -240,6 +240,7 @@ AC_CONFIG_FILES([Makefile
doc/Makefile doc/Makefile
doc/man/Makefile doc/man/Makefile
testsuite/Makefile testsuite/Makefile
testsuite/expect/Makefile
testsuite/slurm_unit/Makefile testsuite/slurm_unit/Makefile
testsuite/slurm_unit/common/Makefile testsuite/slurm_unit/common/Makefile
testsuite/slurm_unit/slurmctld/Makefile testsuite/slurm_unit/slurmctld/Makefile
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
AUTOMAKE_OPTIONS = dejagnu AUTOMAKE_OPTIONS = dejagnu
#RUNTESTDEFAULTFLAGS = --srcdir $$srcdir/testsuite #RUNTESTDEFAULTFLAGS = --srcdir $$srcdir/testsuite
SUBDIRS = slurm_unit SUBDIRS = expect slurm_unit
noinst_HEADERS = dejagnu.h noinst_HEADERS = dejagnu.h
......
# $Id: Makefile.am 5331 2005-09-07 21:39:04Z morrone $
AUTOMAKE_OPTIONS = foreign
distclean-local:
rm -rf *error *output
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment