Skip to content

Commit

Permalink
[DO NOT MERGE] Remove check-stage2 from check
Browse files Browse the repository at this point in the history
  • Loading branch information
ChAoSUnItY committed Dec 7, 2024
1 parent 2107890 commit 6bf6c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $(OUT)/tests/%.elf: tests/%.c $(OUT)/$(STAGE0)
chmod +x $@ ; $(PRINTF) "Running $@ ...\n"
$(Q)$(TARGET_EXEC) $@ && $(call pass)

check: check-stage0 check-stage2 check-snapshots
check: check-stage0 check-snapshots

check-stage0: $(OUT)/$(STAGE0) $(TESTBINS) tests/driver.sh
$(VECHO) " TEST STAGE 0\n"
Expand Down

0 comments on commit 6bf6c76

Please sign in to comment.