Skip to content

Commit

Permalink
target: Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jul 28, 2024
1 parent 5ba29de commit 88dd182
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sw/tests/non_null_exitcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// Should be used as a test to check that the simulator or whoever
// is running the program actually captures an error when it occurs.

#include "snrt.h"

// Minimum number of cores the hardware must have for this test to pass
#define MIN_CORES 4

Expand Down
2 changes: 1 addition & 1 deletion target/snitch_cluster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ CLUSTER_GEN_PREREQ = ${CLUSTER_GEN} ${CLUSTER_GEN_SRC}
$(CFG): FORCE
@# If the LRU config file doesn't exist, we use the default config.
@if [ ! -e "$@" ] ; then \
echo "Using default config file: $(DEFAULT_CFG) $@"; \
echo "Using default config file: $(DEFAULT_CFG)"; \
ln -s --relative $(DEFAULT_CFG) $@; \
touch $(DEFAULT_CFG); \
fi
Expand Down
1 change: 0 additions & 1 deletion target/snitch_cluster/sw/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ runs:
- elf: tests/build/printf_simple.elf
- elf: tests/build/printf_fmtint.elf
- elf: tests/build/simple.elf
- elf: tests/build/team_global.elf
- elf: tests/build/tls.elf
- elf: tests/build/varargs_1.elf
- elf: tests/build/varargs_2.elf
Expand Down

0 comments on commit 88dd182

Please sign in to comment.