blob: 8e0c58e82f318923edc02dca3ab5d46057de76e1 [file] [log] [blame]
import libloaddep;
void main(string[] args)
{
auto libname = args[0][0..$-"link_loaddep".length] ~ "lib.so\0";
runDepTests(libname.ptr);
}