Undef graceful handling

This commit is contained in:
Prem Mallappa
2009-11-20 13:12:04 +05:30
parent 173ddeb617
commit 8656bf02ce
4 changed files with 113 additions and 31 deletions

View File

@@ -25,5 +25,6 @@ int clonetest(void);
int exectest(pid_t);
int user_mutex_test(void);
int small_io_test(void);
int undeftest(void);
#endif /* __TEST0_TESTS_H__ */

View File

@@ -40,6 +40,8 @@ int main(int argc, char *argv[])
wait_pager(pagerid);
printf("\n%s: Running POSIX API tests.\n", __TASKNAME__);
undeftest();
small_io_test();