forked from qt-creator/qt-creator
Move ast dump tools from tests/manual to tests/tools.
Reviewed-by: Friedemann Kleint
This commit is contained in:
5
tests/tools/cplusplus-dump/c++
Executable file
5
tests/tools/cplusplus-dump/c++
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user