diff options
author | Sven Gothel <[email protected]> | 2011-05-17 13:58:40 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-17 13:58:40 +0200 |
commit | 61a9cd15e166cbb544d0fa59af7b6c13f0456659 (patch) | |
tree | 259efa11a46971f34d39bf6d3b02b4981711e67f /make/scripts/clean-tests.sh | |
parent | f08f31480433674db753f226f15609f9eab5b6fc (diff) |
NEWT/GLContext (unit test): Wait for visibility/realized ; Add clean scripts
Diffstat (limited to 'make/scripts/clean-tests.sh')
-rwxr-xr-x | make/scripts/clean-tests.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/scripts/clean-tests.sh b/make/scripts/clean-tests.sh new file mode 100755 index 000000000..cc2fdd922 --- /dev/null +++ b/make/scripts/clean-tests.sh @@ -0,0 +1,6 @@ +#! /bin/bash + +rm -rf ../build/test/* \ + ../build/jogl/jogl.test.jar \ + ../build/jar/jogl.test.jar + |