trying diff splash

This commit is contained in:
2024-12-15 23:02:32 -05:00
parent c90c210e04
commit 5d8883ec45
4 changed files with 4 additions and 3 deletions

View File

@ -326,7 +326,7 @@ if ( $unreal )
}
# C Library testing
if ( $test )
if ( $test -and $false )
{
$path_test_c = join-path $path_test c_library
$path_build = join-path $path_test_c build
@ -368,7 +368,7 @@ if ( $test )
Pop-Location
}
if ($test)
if ($test -and $true)
{
$path_test_cpp = join-path $path_test cpp_library
$path_build = join-path $path_test_cpp build