From 3cdc269959d32c26e31d965383c6872148fae36f Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Mon, 23 Feb 2009 17:58:09 +0000 Subject: [PATCH] beginning to add a test to link to the priority multifactor plugin and use sshare to see if the algo worked correctly --- testsuite/expect/Makefile.am | 2 ++ testsuite/expect/Makefile.in | 2 ++ testsuite/expect/README | 4 ++++ testsuite/expect/test24.1 | 0 testsuite/expect/test24.1.prog.c | 0 5 files changed, 8 insertions(+) create mode 100644 testsuite/expect/test24.1 create mode 100644 testsuite/expect/test24.1.prog.c diff --git a/testsuite/expect/Makefile.am b/testsuite/expect/Makefile.am index d3141f93300..c742e16c725 100644 --- a/testsuite/expect/Makefile.am +++ b/testsuite/expect/Makefile.am @@ -322,6 +322,8 @@ EXTRA_DIST = \ test23.1 \ test23.2 \ test23.3 \ + test24.1 \ + test24.1.prog.c \ usleep distclean-local: diff --git a/testsuite/expect/Makefile.in b/testsuite/expect/Makefile.in index f52549757da..5dd9a1a3b5d 100644 --- a/testsuite/expect/Makefile.in +++ b/testsuite/expect/Makefile.in @@ -561,6 +561,8 @@ EXTRA_DIST = \ test23.1 \ test23.2 \ test23.3 \ + test24.1 \ + test24.1.prog.c \ usleep all: all-am diff --git a/testsuite/expect/README b/testsuite/expect/README index 972f0a4acd5..bed5772fead 100644 --- a/testsuite/expect/README +++ b/testsuite/expect/README @@ -536,3 +536,7 @@ test23.# Testing of sstat commands and options. test23.1 sstat -e, h, usage and V options test23.2 sstat --helpformat test23.3 sstat -a, n, o, p, P, v options + +test24.# Testing of sshare/priority multifactor plugin. +================================================= +test24.1 multifactor plugin algo test diff --git a/testsuite/expect/test24.1 b/testsuite/expect/test24.1 new file mode 100644 index 00000000000..e69de29bb2d diff --git a/testsuite/expect/test24.1.prog.c b/testsuite/expect/test24.1.prog.c new file mode 100644 index 00000000000..e69de29bb2d -- GitLab