aboutsummaryrefslogtreecommitdiffstats
path: root/runtest.rb
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-29 20:44:26 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-29 20:49:28 +0900
commit65489db8a8c51e7e143e19a040bdec28ee884d34 (patch)
tree19bdaf946209e3460dc170d6ee46f84b85936882 /runtest.rb
parente7992752dbfe23d0a88312b4279531c39512b9a6 (diff)
downloadplatform_build_kati-65489db8a8c51e7e143e19a040bdec28ee884d34.tar.gz
platform_build_kati-65489db8a8c51e7e143e19a040bdec28ee884d34.tar.bz2
platform_build_kati-65489db8a8c51e7e143e19a040bdec28ee884d34.zip
[C++] Introduce SymRef
Diffstat (limited to 'runtest.rb')
-rwxr-xr-xruntest.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtest.rb b/runtest.rb
index 1fc1fc5..260305b 100755
--- a/runtest.rb
+++ b/runtest.rb
@@ -26,6 +26,7 @@ end
def get_output_filenames
files = Dir.glob('*')
files.delete('Makefile')
+ files.delete('gmon.out')
files.reject!{|f|f =~ /\.json$/}
files
end