summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 15:41:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 15:41:36 +0000
commit275868b682122e19034aec787a83293a20f2cf5e (patch)
tree92f45ebdbc1230a67a37c0f30dba8d90c1972236
parentnew ids in aclocal directory (diff)
downloadrtems-275868b682122e19034aec787a83293a20f2cf5e.tar.bz2
Added stanzas for debug_tests and profile_tests.
-rw-r--r--c/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 5d75b1b350..d852be5a4e 100644
--- a/c/Makefile.in
+++ b/c/Makefile.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