Makefile 148 字节
Newer Older
1
CFLAGS += -Wall -O2 -I../../../../usr/include
2

3
TEST_GEN_PROGS = test_verifier test_maps test_lru_map
4

5
TEST_PROGS := test_kmod.sh
6 7

include ../lib.mk