test:
	./errCheck.sh expError.txt jsonToTagStorm error.json trash
	./errCheck.sh expError2.txt jsonToTagStorm error2.json trash
	rm -f trash

clean:
	rm -f trash
