Changeset e269e389 in rtems for cpukit/libtest/t-test.c
- Timestamp:
- 01/27/21 15:42:14 (16 months ago)
- Branches:
- master
- Children:
- b361eabd
- Parents:
- 426b6cd
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/27/21 15:42:14)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/27/21 18:08:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libtest/t-test.c
r426b6cd re269e389 1233 1233 ctx->fixtures = node; 1234 1234 1235 if (fixture != NULL && fixture->setup != NULL) {1235 if (fixture->setup != NULL) { 1236 1236 (*fixture->setup)(context); 1237 1237 }
Note: See TracChangeset
for help on using the changeset viewer.