import libs = libcpptrace%lib{cpptrace}

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