summaryrefslogblamecommitdiff
path: root/test.sh
blob: 29c57bb2330c0628ff0d174ba9781dc0cfd9b236 (plain) (tree)
1
2
3
4
5
6
7
8
9

           

         
 



                                                                        
#!/bin/bash

cd build
make test

#cd test
#g++-5 -fplugin=../build/src/.libs/libastdumper.so test1.c 2>../test.txt

#cd ..