mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 07:17:00 +08:00
Added stanzas for debug_tests and profile_tests.
This commit is contained in:
@@ -100,4 +100,10 @@ install_files: $(PROJECT_ROOT)/$(RTEMS_BSP)/Makefile.inc
|
||||
tests:
|
||||
cd src/tests; $(MAKE) all
|
||||
|
||||
debug_tests: debug
|
||||
cd src/tests; $(MAKE) debug
|
||||
|
||||
profile_tests: profile
|
||||
cd src/tests; $(MAKE) profile
|
||||
|
||||
env: $(SRCS) dirs
|
||||
|
||||
Reference in New Issue
Block a user