Skip to content

Commit

Permalink
test: Compile all test by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jul 22, 2024
1 parent 8fc56f4 commit 3e50dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/snitch_cluster/sw/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RISCV_LDFLAGS += -lsnRuntime
###########

TEST_LIST ?= run.yaml
APPS = $(shell $(MK_DIR)/../../../../util/sim/list_apps.py --in-dir tests/ $(MK_DIR)/../$(TEST_LIST))
APPS = $(basename $(notdir $(wildcard $(SRC_DIR)/*.c)))
ELFS = $(abspath $(addprefix $(BUILDDIR)/,$(addsuffix .elf,$(APPS))))
DEPS = $(abspath $(addprefix $(BUILDDIR)/,$(addsuffix .d,$(APPS))))
DUMPS = $(abspath $(addprefix $(BUILDDIR)/,$(addsuffix .dump,$(APPS))))
Expand Down

0 comments on commit 3e50dab

Please sign in to comment.