add memheap testcase for ac6 Oz optimization.

This commit is contained in:
guozhanxin
2021-06-03 15:00:13 +08:00
parent aa13a78b3f
commit 2c119a5c48
5 changed files with 125 additions and 1 deletions
@@ -0,0 +1,15 @@
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
src = Split('''
''')
if GetDepend(['UTEST_MEMHEAP_TC']):
src += ['memheap_tc.c']
CPPPATH = [cwd]
group = DefineGroup('utestcases', src, depend = [], CPPPATH = CPPPATH)
Return('group')