ft_malloc/test.sh

5 lines
92 B
Bash
Executable File

#!/bin/sh
make
gcc main.c -o test_malloc.out
LD_PRELOAD=./libft_malloc.so ./test_malloc.out