run_test: test_my_array.c my_array.c
	gcc -Wall -std=c99 -o run_test test_my_array.c my_array.c
