unix.sh 138 B

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