.PHONY: test
test:
	@cat ../THREAD_TABLE.scad | awk -f test_table.awk

