From 71cf1bfaa7f6fe43c445c730f62b82496f4cf9b7 Mon Sep 17 00:00:00 2001 From: psf <77138753+pkmnsnfrn@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:25:04 -0800 Subject: [PATCH] Updated Makefile to allow for the creation of specific tests (#5993) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 656b0847dd..0d2ef1d240 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,9 @@ endif ifeq (debug,$(MAKECMDGOALS)) DEBUG := 1 endif +ifeq ($(TESTELF),$(MAKECMDGOALS)) + TEST := 1 +endif # Default make rule all: rom