From 7c49927911badda7907703568cadbcb2f1b7ef9d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Jan 2017 09:26:08 +0100 Subject: posix: Add pthread_getname_np(), ... Add pthread_getname_np() and pthread_setname_np(). Update #2858. --- testsuites/psxtests/psxthreadname01/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 testsuites/psxtests/psxthreadname01/Makefile.am (limited to 'testsuites/psxtests/psxthreadname01/Makefile.am') diff --git a/testsuites/psxtests/psxthreadname01/Makefile.am b/testsuites/psxtests/psxthreadname01/Makefile.am new file mode 100644 index 0000000000..8726803b48 --- /dev/null +++ b/testsuites/psxtests/psxthreadname01/Makefile.am @@ -0,0 +1,19 @@ +rtems_tests_PROGRAMS = psxthreadname01 +psxthreadname01_SOURCES = init.c + +dist_rtems_tests_DATA = psxthreadname01.scn psxthreadname01.doc + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../automake/compile.am +include $(top_srcdir)/../automake/leaf.am + +AM_CPPFLAGS += -I$(top_srcdir)/../support/include + +LINK_OBJS = $(psxthreadname01_OBJECTS) +LINK_LIBS = $(psxthreadname01_LDLIBS) + +psxthreadname01$(EXEEXT): $(psxthreadname01_OBJECTS) $(psxthreadname01_DEPENDENCIES) + @rm -f psxthreadname01$(EXEEXT) + $(make-exe) + +include $(top_srcdir)/../automake/local.am -- cgit v1.2.3