Added a clone() test to test0.

This commit is contained in:
Bahadir Balban
2008-11-10 12:51:01 +02:00
parent a96a8bb6d9
commit 9a9b8d2701
3 changed files with 46 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ int mmaptest(void);
int dirtest(void);
int fileio(void);
int fileio2(void);
int clonetest(void);
#endif /* __TEST0_TESTS_H__ */