view test/run-build.sh @ 528:e56241bba0f5

- test/callback_suite: reduce number of args, as it uses macros in generated cases.h and some platforms' preprocessor cannot handle that many args
author Tassilo Philipp
date Thu, 14 Apr 2022 14:44:40 +0200
parents 3e629dc19168
children
line wrap: on
line source

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