Changeset 57e01735 in rtems
- Timestamp:
- 07/23/19 13:41:54 (4 years ago)
- Branches:
- 5, master
- Children:
- 98d6792
- Parents:
- c5fd79cd
- git-author:
- Vaibhav Gupta <vaibhavgupta40@…> (07/23/19 13:41:54)
- git-committer:
- Joel Sherrill <joel@…> (07/30/19 15:18:09)
- Location:
- testsuites/psxtests
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtests/Makefile.am
rc5fd79cd r57e01735 693 693 psxmutexattr01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmutexattr01) \ 694 694 $(support_includes) -I$(top_srcdir)/include 695 endif 696 697 if HAS_NDBM 698 if TEST_psxndbm01 699 psx_tests += psxndbm01 700 psx_screens += psxndbm01/psxndbm01.scn 701 psx_docs += psxndbm01/psxndbm01.doc 702 psxndbm01_SOURCES = psxndbm01/init.c 703 psxndbm01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxndbm01) \ 704 $(support_includes) 705 endif 695 706 endif 696 707 -
testsuites/psxtests/configure.ac
rc5fd79cd r57e01735 36 36 RTEMS_CHECK_CPUOPTS([RTEMS_POSIX_API]) 37 37 AM_CONDITIONAL(HAS_POSIX,test x"${rtems_cv_RTEMS_POSIX_API}" = x"yes") 38 39 AC_CHECK_HEADER([ndbm.h]. [HAS_NDBM=yes], [HAS_NDBM=no]) 40 AM_CONDITIONAL(HAS_NDBM,test x"${ac_cv_header_ndbm_h__HAS_NDBM_yes}" = x"yes") 38 41 39 42 # BSP Test configuration … … 111 114 RTEMS_TEST_CHECK([psxmsgq04]) 112 115 RTEMS_TEST_CHECK([psxmutexattr01]) 116 RTEMS_TEST_CHECK([psxndbm01]) 113 117 RTEMS_TEST_CHECK([psxobj01]) 114 118 RTEMS_TEST_CHECK([psxonce01])
Note: See TracChangeset
for help on using the changeset viewer.