This commit is contained in:
crazywhalecc
2025-07-05 10:49:55 +08:00
parent 59f9143a3c
commit c9d33bffc8
3 changed files with 2 additions and 19 deletions

View File

@@ -43,16 +43,6 @@ class SystemUtilTest extends TestCase
$this->assertIsArray(SystemUtil::findHeader('elf.h'));
}
public function testGetCrossCompilePrefix()
{
$this->assertIsString(SystemUtil::getCrossCompilePrefix('gcc', 'x86_64'));
}
public function testGetCCType()
{
$this->assertEquals('gcc', SystemUtil::getCCType('xjfoiewjfoewof-gcc'));
}
public function testGetSupportedDistros()
{
$this->assertIsArray(SystemUtil::getSupportedDistros());