view test/run-build.sh @ 150:3cb226f48495

- make cmake based builds check if compiler has -fPIC flag, in order to silence warnings if not (thanks Franklin Mathieu)
author cslag
date Sat, 17 Sep 2016 14:15:02 +0200
parents 3e629dc19168
children
line wrap: on
line source

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