summaryrefslogtreecommitdiff
path: root/test.sh
blob: 57818e4167267983067002dfcf178f5b1bcb9900 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

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

cd ..