rename examples/tests/{a,b,c,d,e,f} into examples/acceptance_tests/00{1,2,3,4,5,6}
Also added a little Makefile to run them all in one go.
This commit is contained in:
5
examples/acceptance_tests/Makefile
Normal file
5
examples/acceptance_tests/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
all:
|
||||
@for t in $(shell find . -regex ".*[0-9]\{3\}" -type d | sort); do \
|
||||
aiken check -d $${t}; \
|
||||
echo ""; \
|
||||
done
|
||||
Reference in New Issue
Block a user