Move ast dump tools from tests/manual to tests/tools.

Reviewed-by: Friedemann Kleint
This commit is contained in:
Christian Kamm
2010-11-05 09:25:12 +01:00
parent dd45277a19
commit 1920372280
10 changed files with 3 additions and 2 deletions

5
tests/tools/cplusplus-dump/c++ Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
me=$(dirname $0)
${CPP-gcc} -U__BLOCKS__ -xc++ -E -include $me/conf.c++ $* > $me/file.i
$me/cplusplus0 $me/file.i