go.sh 169 B

123456
  1. #!/bin/bash
  2. echo Run test of complex libs
  3. cd ./tests/dev
  4. rm -rf *.bin
  5. clang++ test-complex-lib.cc ../../ucomplex.cc -o test-complex-lib.cc.bin
  6. ./test-complex-lib.cc.bin