tac0S
Template Affectional Command Operating System
Functions
testImplem.cc File Reference

Test the list and synchlist after modification by our team. More...

#include "copyright.h"
#include "system.h"
#include "synch.h"
#include "list.h"

Functions

int testList (void)
 testList More...
 
int testUTMmono ()
 testUTMmono test the UserThreamManager in monothreading More...
 
int testUserThreadState ()
 

Detailed Description

Test the list and synchlist after modification by our team.

Author
Olivier Hureau, Hugo Feydel , Julien ALaimo

Function Documentation

int testList ( void  )

testList

Returns
"int" : 0 : no error 1 : list is said empty but is not; 2 : list is not empty but is said it is; 3 : Append do not add in the right order 4 : Get do not return the right objet 6 : Get with a no good index don't return NULL
int testUTMmono ( )

testUTMmono test the UserThreamManager in monothreading

Returns
"int" : 0 : no error 1 : Don't give the ID in the good order. 2: Don't reUse ID. 3 Reuse id that allready have been associated 4 Don't reuse in the good order