rename make test to make ci
authorN. Engelhardt <nak@symbioticeda.com>
Fri, 11 Sep 2020 11:22:07 +0000 (13:22 +0200)
committerN. Engelhardt <nak@symbioticeda.com>
Fri, 11 Sep 2020 11:22:07 +0000 (13:22 +0200)
Makefile

index 8f19bd5eff4e9b1d63e1e6ced8b5331bd63c27f2..6bb0c97c7f1ff160e0e28cf84251d6ad4fb5ad97 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ else
        chmod +x $(DESTDIR)$(PREFIX)/bin/sby
 endif
 
-test: \
+ci: \
   test_demo1 test_demo2 test_demo3 \
   test_abstract_abstr test_abstract_props \
   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 \
   run_tests
        if yosys -qp 'read -verific' 2> /dev/null; then set -x; \
-               YOSYS_NOVERIFIC=1 $(MAKE) test; \
+               YOSYS_NOVERIFIC=1 $(MAKE) ci; \
        fi
 
 test_demo1: