Skip to content
  • Harald Hoyer's avatar
    test: introduce a basic testsuite framework · 898720b7
    Harald Hoyer authored
    $ cd test
    $ sudo make check
    
    will run all tests in the TEST-* subdirectories
    
    $ cd test/TEST-01-BASIC
    $ sudo make clean setup run
    
    will run the different stages of the test for debugging purposes
    898720b7