Fix typo
[rofl0r-order-pp.git] / example / Test-all
blobf443654223ee76473d1c6d2e2b5a47c8576fb876
1 #!/bin/bash
3 # (C) Copyright Vesa Karvonen 2004.
5 # Distributed under the Boost Software License, Version 1.0.
6 # (See accompanying file LICENSE.)
8 set -e
10 ./Test "$@" $(find -maxdepth 1 -name '*.c' -o -name '*.cpp' | sort -r)