adding unit test for vx_malloc
This commit is contained in:
8
tests/unittest/Makefile
Normal file
8
tests/unittest/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all:
|
||||
$(MAKE) -C vx_malloc
|
||||
|
||||
run:
|
||||
$(MAKE) -C vx_malloc run
|
||||
|
||||
clean:
|
||||
$(MAKE) -C vx_malloc clean
|
||||
Reference in New Issue
Block a user