mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 06:14:49 +01:00
7 lines
68 B
D
7 lines
68 B
D
|
import lib;
|
||
|
|
||
|
extern(C) int runDepTests()
|
||
|
{
|
||
|
return runTests();
|
||
|
}
|