EDMA: Entorno de Desarrollo Modular y Abierto
Object Oriented and Componentware Framework

Copyright (C) 1998, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010
           by David Martnez Oliveira

See file COPYING and COPYING.LESSER for copying conditions
==========================================================================

Unit Test for GNU/EDMA. Object Creation tests
---------------------------------------------

* simple:
  - Simple program creates an object and show information related to its inheritance struct
  - Test list
     HELLO_WORLD -> To test simple object creation
     SUBCLASS1 -> To test simple derived class
     SUBCLASS2 -> To test two level inheritance hierarchy
     NFILE -> To test simple inheritance with Prefered Anchor points
     FINAL -> To test repeated inheritance. Shared Parents
     SQUIZO -> TO test repeated inheritance. Repeated Parents
