mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-01-17 13:18:25 +01:00
fb0d9d1d21
Makefile for unit testing
5 lines
70 B
Makefile
5 lines
70 B
Makefile
.PHONY: test
|
|
test:
|
|
cat ../THREAD_TABLE.scad | awk -f test_table.awk
|
|
|