adding unit test for vx_malloc

This commit is contained in:
Blaise Tine
2022-01-30 05:57:18 -05:00
parent 3750c672a7
commit e3e2609f7e
8 changed files with 298 additions and 168 deletions

8
tests/unittest/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all:
$(MAKE) -C vx_malloc
run:
$(MAKE) -C vx_malloc run
clean:
$(MAKE) -C vx_malloc clean