                            
                            
                                    unopkg-test.c README


Purpose:
--------------------------------------------------------------------------------------------

This small tool is a testdriver for unopkg which calls the tool with a whole bunch
of options.
It operates on a huge number of extensions which can be specified as command
line parameters.
The main purpose is to identify crashes and - if one day return values are
provided - to verify that they are correct.




Building:
--------------------------------------------------------------------------------------------

You should be able to build it using 

                        gcc unopkg-test.c -o unopgk-test
    
copy it to somewhere in your path. 

The tool is (almost) platform independent, as long as you have a gcc you're good to go.




Using:
--------------------------------------------------------------------------------------------

- You need to run the tool as root. Consider your system destroyed, you have to
  use it on a non-production machine.
- The program can be manipulated via environment variables which can easily be
  exploited. Call the program without parameters to get instructions or read the
  code. If you're lucky the help works, not tested yet.
  
  
  Joerg Skottke (Joerg dot Skottke at Sun dot Com)
