if !WANT_HIDDEN
SUBDIRS = simple util
if WANT_PYTHON_BINDINGS
SUBDIRS += python
endif
endif
headers = test_common.h cli_stages.h server_callbacks.h utils.h test_fence.h \
test_publish.h test_spawn.h test_cd.h test_resolve_peers.h test_error.h \
test_replace.h test_internal.h test_server.h
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_builddir)/src/include -I$(top_builddir)/src/api
noinst_SCRIPTS = pmix_client_otheruser.sh \
run_tests00.pl \
run_tests01.pl \
run_tests02.pl \
run_tests03.pl \
run_tests04.pl \
run_tests05.pl \
run_tests06.pl \
run_tests07.pl \
run_tests08.pl \
run_tests09.pl \
run_tests10.pl \
run_tests11.pl \
run_tests12.pl \
run_tests13.pl
noinst_PROGRAMS =
check_PROGRAMS = \
pmix_test \
pmix_client \
pmix_regex \
pmix_environ
TESTS = \
run_tests00.pl \
run_tests01.pl \
run_tests02.pl \
run_tests03.pl \
run_tests04.pl \
run_tests05.pl \
run_tests06.pl \
run_tests07.pl \
run_tests08.pl \
run_tests09.pl \
run_tests10.pl \
run_tests11.pl \
run_tests12.pl \
run_tests13.pl \
pmix_environ
noinst_PROGRAMS += pmix_test pmix_client pmix_regex pmix_environ
pmix_test_SOURCES = $(headers) \
pmix_test.c test_common.c cli_stages.c server_callbacks.c test_server.c utils.c
pmix_test_LDFLAGS = $(PMIX_PKG_CONFIG_LDFLAGS)
pmix_test_LDADD = \
$(top_builddir)/src/libpmix.la
pmix_client_SOURCES = $(headers) \
pmix_client.c test_fence.c test_common.c test_publish.c test_spawn.c \
test_cd.c test_resolve_peers.c test_error.c test_replace.c test_internal.c
pmix_client_LDFLAGS = $(PMIX_PKG_CONFIG_LDFLAGS)
pmix_client_LDADD = \
$(top_builddir)/src/libpmix.la
pmix_regex_SOURCES = $(headers) \
pmix_regex.c test_common.c cli_stages.c server_callbacks.c test_server.c utils.c
pmix_regex_LDFLAGS = $(PMIX_PKG_CONFIG_LDFLAGS)
pmix_regex_LDADD = \
$(top_builddir)/src/libpmix.la
pmix_environ_SOURCES = pmix_environ.c
pmix_environ_LDFLAGS = $(PMIX_PKG_CONFIG_LDFLAGS)
pmix_environ_LDADD = $(top_builddir)/src/libpmix.la
EXTRA_DIST = $(noinst_SCRIPTS)