import libs = libtaskflow%lib{taskflow}

for t : cxx{*}
{
  n = $name($t)
  ./exe{$n}: $t $libs testscript
}
