summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc02/malloc02.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 20:05:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 20:05:46 +0000
commite247b1af43f651b822fc524fb98d050b47dd7e8a (patch)
tree394a67bd7aae9e714ca18eb699fd52ef8822ced6 /testsuites/libtests/malloc02/malloc02.scn
parent2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e247b1af43f651b822fc524fb98d050b47dd7e8a.tar.bz2
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add test for deferring free() from ISR and for deferred free() processing. * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c, malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
Diffstat (limited to 'testsuites/libtests/malloc02/malloc02.scn')
-rw-r--r--testsuites/libtests/malloc02/malloc02.scn5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/libtests/malloc02/malloc02.scn b/testsuites/libtests/malloc02/malloc02.scn
new file mode 100644
index 0000000000..fa8636337b
--- /dev/null
+++ b/testsuites/libtests/malloc02/malloc02.scn
@@ -0,0 +1,5 @@
+*** TEST MALLOC 02 ***
+malloc memory to free from ISR
+Free from ISR successfully processed
+Now malloc'ing more memory to process the free
+*** END OF TEST MALLOC 02 ***