From f28e1efec0565e74f086a35ef717004a1f03c076 Mon Sep 17 00:00:00 2001 From: jce <jce@unknown> Date: Wed, 12 Jun 2002 20:57:55 +0000 Subject: [PATCH] added bitstring --- testsuite/slurm_unit/common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/slurm_unit/common/Makefile.am b/testsuite/slurm_unit/common/Makefile.am index 10a42c2501c..861e705f17c 100644 --- a/testsuite/slurm_unit/common/Makefile.am +++ b/testsuite/slurm_unit/common/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign -noinst_PROGRAMS = pack-test log-test stream_server stream_client +noinst_PROGRAMS = pack-test log-test stream_server stream_client bitstring-test LDADD = $(top_srcdir)/src/common/libcommon.la -- GitLab