aboutsummaryrefslogblamecommitdiff
path: root/src/tests/slab_test/Makefile
blob: 4cda3419eb5ef484b973ac32cf9c76ec09fd45ae (plain) (tree)
1
2
3
4
5




                                                                                                       
slab_test.bin: slab_test.c ../../common/include/slab_alloc.h ../../common/libkogata/slab_alloc.c
	gcc -m32 -o $@ -std=c99 -I ../../common/include slab_test.c ../../common/libkogata/slab_alloc.c

run_test: slab_test.bin
	./slab_test.bin