3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-07 14:45:18 +00:00

rename make test to make ci

This commit is contained in:
N. Engelhardt 2020-09-11 13:22:07 +02:00
parent 33b0bb7d83
commit 9f77a4a5f1

View file

@ -39,7 +39,7 @@ else
chmod +x $(DESTDIR)$(PREFIX)/bin/sby chmod +x $(DESTDIR)$(PREFIX)/bin/sby
endif endif
test: \ ci: \
test_demo1 test_demo2 test_demo3 \ test_demo1 test_demo2 test_demo3 \
test_abstract_abstr test_abstract_props \ test_abstract_abstr test_abstract_props \
test_demos_fib_cover test_demos_fib_prove test_demos_fib_live \ test_demos_fib_cover test_demos_fib_prove test_demos_fib_live \
@ -49,7 +49,7 @@ test: \
test_quickstart_demo test_quickstart_cover test_quickstart_prove test_quickstart_memory \ test_quickstart_demo test_quickstart_cover test_quickstart_prove test_quickstart_memory \
run_tests run_tests
if yosys -qp 'read -verific' 2> /dev/null; then set -x; \ if yosys -qp 'read -verific' 2> /dev/null; then set -x; \
YOSYS_NOVERIFIC=1 $(MAKE) test; \ YOSYS_NOVERIFIC=1 $(MAKE) ci; \
fi fi
test_demo1: test_demo1: