From db55bbaf8146cf27c8a5ea269372e8a4765a1d33 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Sat, 5 Oct 2024 01:35:12 -1000 Subject: [PATCH] Add Liberty tests to test suite --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 359ba6175..86963698d 100644 --- a/Makefile +++ b/Makefile @@ -921,6 +921,8 @@ endif +cd tests/xprop && bash run-test.sh $(SEEDOPT) +cd tests/fmt && bash run-test.sh # +cd tests/cxxrtl && bash run-test.sh + +cd tests/liberty && bash run-test.sh + +cd tests/liberty_verilog && bash run-test.sh ifeq ($(ENABLE_FUNCTIONAL_TESTS),1) +cd tests/functional && bash run-test.sh endif