

test: test.cpp ../Framework/StackTrace.cpp JSONVisitor.h
	g++ -Os test.cpp ../Framework/StackTrace.cpp -o test -std=c++11 -rdynamic


