Changeset 139ffa2 in rtems
- Timestamp:
- Sep 11, 2020, 8:33:19 AM (4 months ago)
- Branches:
- master
- Children:
- 3dd4cbb
- Parents:
- ad22c65
- git-author:
- Sebastian Huber <sebastian.huber@…> (09/11/20 08:33:19)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (09/17/20 15:42:25)
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Doxyfile
rad22c65 r139ffa2 813 813 # Note: If this tag is empty the current directory is searched. 814 814 815 INPUT = bsps cpukit 815 INPUT = bsps cpukit testsuites/validation 816 816 817 817 # This tag can be used to specify the character encoding of the source files -
cpukit/doxygen/top-level-groups.h
rad22c65 r139ffa2 43 43 * @brief RTEMS Implementation. 44 44 */ 45 46 /** 47 * @defgroup RTEMSTestSuites Test Suites 48 * 49 * @brief Collection of Test Suites 50 */ -
spec/build/bsps/tstsmallmem.yml
rad22c65 r139ffa2 10 10 sp47: exclude 11 11 spstkalloc02: exclude 12 validation-0: exclude 12 13 - set-value: -DPER_ALLOCATION=10 13 14 - append-test-cppflags: sp71 -
spec/build/testsuites/grp.yml
rad22c65 r139ffa2 36 36 uid: opttm 37 37 - role: build-dependency 38 uid: optvalidation 39 - role: build-dependency 38 40 uid: ada/grp 39 41 - role: build-dependency … … 59 61 - role: build-dependency 60 62 uid: tmtests/grp 63 - role: build-dependency 64 uid: validation/grp 61 65 type: build 62 66 use-after:
Note: See TracChangeset
for help on using the changeset viewer.