Skip to content

Commit fcc7e4d

Browse files
committed
Remove unused 'test' target
1 parent 031f4cb commit fcc7e4d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

builder/main.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -360,14 +360,9 @@ def _fetch_spiffs_size(target, source, env):
360360
env.VerboseAction("$UPLOADCMD", "Uploading $SOURCE")])
361361
env.AlwaysBuild(target_upload)
362362

363-
#
364-
# Target: Unit Testing
365-
#
366-
367-
AlwaysBuild(env.Alias("test", [target_firm, target_size]))
368363

369364
#
370-
# Target: Define targets
365+
# Default targets
371366
#
372367

373368
Default([target_firm, target_size])

0 commit comments

Comments
 (0)