view test/run-build.sh @ 603:c1208587091c

- missed cmake build line to be removed given last commit
author Tassilo Philipp
date Wed, 21 Sep 2022 13:26:31 +0200
parents 3e629dc19168
children
line wrap: on
line source

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