Added new kmalloc test (km5) that tests various coremap properties. Also, km1-km4 were

cleaned up for test161.
This commit is contained in:
Scott Haseley
2016-03-25 11:12:09 -04:00
parent 501773f90e
commit 8380115efa
3 changed files with 228 additions and 5 deletions

View File

@@ -113,6 +113,7 @@ int kmalloctest(int, char **);
int kmallocstress(int, char **);
int kmalloctest3(int, char **);
int kmalloctest4(int, char **);
int kmalloctest5(int, char **);
int nettest(int, char **);
/* Routine for running a user-level program. */