$ more Makefile.am그리고,
bin_PROGRAMS = filezarufs
filezarufs_SOURCES = filezaru.c
filezarufs_CFLAGS = -D_FILE_OFFSET_BITS=64
filezarufs_LDADD = -lfuse
check_PROGRAMS = test-protocol
test_protocol_SOURCES = test-protocol.c
test_protocol_LDADD = -lcunit
TESTS = test-protocol
make check지금의 의욕은 unittest framework 은 CUnit을 쓰는 것으로다가..
냐하..
Posted by 최호진




