Changeset 25a9fec in mainline for uspace/srv/sysman/test
- Timestamp:
- 2019-08-07T09:54:10Z (6 years ago)
- Children:
- 92a7cfb1
- Parents:
- 18377301
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-03 21:48:45)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:54:10)
- Location:
- uspace/srv/sysman/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/test/job_closure.c
r18377301 r25a9fec 31 31 #include <stdio.h> 32 32 33 #include "../job .h"33 #include "../job_closure.h" 34 34 35 35 #include "mock_unit.h" -
uspace/srv/sysman/test/job_queue.c
r18377301 r25a9fec 33 33 34 34 #include "mock_unit.h" 35 #include "../job .h"35 #include "../job_queue.h" 36 36 #include "../sysman.h" 37 37
Note:
See TracChangeset
for help on using the changeset viewer.