unix.sh 135 B

1234567
  1. #!/bin/bash
  2. # continuous integration test script
  3. # run this from the top-level source directory
  4. make -C unix check
  5. make -C unix clean