mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +00:00
8 lines
148 B
D
8 lines
148 B
D
import libloaddep;
|
|
|
|
void main(string[] args)
|
|
{
|
|
auto libname = args[0][0..$-"link_loaddep".length] ~ "lib.so\0";
|
|
runDepTests(libname.ptr);
|
|
}
|