Sign in
skia
/
third_party
/
sdl
/
d71e0546a90a6800434cfc32d1fae983fa044aaf
/
.
/
test
/
test-automation
/
build-scripts
/
distclean.sh
blob: fa47ceefdbd339a33d3ea56391e96a88021b886d [
file
] [
log
] [
blame
]
#! /bin/bash
DIRECTORY
=
"tests"
EXT
=
"error"
PLATFORM
=
"$(uname)"
if
[[
$PLATFORM
==
"Linux"
]];
then
EXT
=
"so"
elif
[[
$PLATFORM
==
"Darwin"
]];
then
EXT
=
"dylib"
fi
echo
"Debug: $DIRECTORY/*.$EXT"
rm
-
f $DIRECTORY
/*.
$EXT
rm
-
f runner
rm
-
f
*.
bmp