view test/run-build.sh @ 149:c12120a1fbc0

- make cmake based builds work on systems without a C++ compiler (thanks Franklin Mathieu)
author cslag
date Sat, 17 Sep 2016 14:10:53 +0200
parents 3e629dc19168
children
line wrap: on
line source

#!/bin/sh
for i in $* ; do
  $i/$i
done