8 lines · plain
1# Tests -features_dir=F2# REQUIRES: linux, shell3RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest4RUN: rm -rf %t-C %t-F5RUN: mkdir %t-C %t-F6RUN: not %run %t-SimpleTest %t-C -features_dir=%t-F7RUN: for c in %t-C/*; do f=%t-F/$(basename $c); echo looking for $f; [ -a $f ]; done8