aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 340fe1229..cf40309ce 100644
--- a/Makefile
+++ b/Makefile
@@ -455,9 +455,6 @@ unit-test: libyosys.so
@$(MAKE) -C $(UNITESTPATH) CXX="$(CXX)" CPPFLAGS="$(CPPFLAGS)" \
CXXFLAGS="$(CXXFLAGS)" LDLIBS="$(LDLIBS)" ROOTPATH="$(CURDIR)"
-run-all-unitest:
- @$(MAKE) -C $(UNITESTPATH) run-tests
-
clean-unit-test:
@$(MAKE) -C $(UNITESTPATH) clean