Skip to content
Snippets Groups Projects
Commit 091164b6 authored by Mark Grondona's avatar Mark Grondona
Browse files

o Only compile testsuite on "make check" not on "make"

parent 1bb3b045
No related branches found
No related tags found
No related merge requests found
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
SUBDIRS = manual SUBDIRS = manual
noinst_PROGRAMS = api-test
check_PROGRAMS = $(TESTS)
TESTS = \
api-test
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/common INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/common
LDADD = $(top_builddir)/src/common/libcommon.la \ LDADD = $(top_builddir)/src/common/libcommon.la \
......
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
noinst_PROGRAMS = cancel-tst \ INCLUDES = -I$(top_srcdir)
complete-tst \ LDADD = $(top_builddir)/src/api/libslurm.la
allocate-tst \ check_PROGRAMS = $(TESTS)
job_info-tst \
node_info-tst \ TESTS = \
partition_info-tst \ cancel-tst \
reconfigure-tst \ complete-tst \
submit-tst \ allocate-tst \
update_config-tst job_info-tst \
node_info-tst \
partition_info-tst \
reconfigure-tst \
submit-tst \
update_config-tst
INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/src/api/libslurm.la
...@@ -6,8 +6,18 @@ else ...@@ -6,8 +6,18 @@ else
elan_testprogs = elan_testprogs =
endif endif
INCLUDES = -I$(top_srcdir) INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/src/common/libcommon.la
noinst_PROGRAMS = $(elan_testprogs) pack-test log-test stream_server stream_client bitstring-test slurm_protocol_message_client slurm_protocol_message_server check_PROGRAMS = $(TESTS)
TESTS = \
$(elan_testprogs) \
pack-test \
log-test \
stream_server \
stream_client \
bitstring-test \
slurm_protocol_message_client \
slurm_protocol_message_server
LDADD = $(top_builddir)/src/common/libcommon.la
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
noinst_PROGRAMS = job_mgr-test job_step-test job_add job_cancel step_create check_PROGRAMS = $(TESTS)
noinst_HEADERS = get_resp.h noinst_HEADERS = get_resp.h
TESTS = \
job_mgr-test \
job_step-test \
job_add \
job_cancel \
step_create
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/common INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/common
......
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