Archived
1
0
Fork 0

core string buffer implementation.

This commit is contained in:
H Hautakoski 2010-07-12 00:01:35 +02:00 committed by Henrik Hautakoski
parent f35b780e53
commit 92477a7261
4 changed files with 207 additions and 0 deletions

View file

@ -10,6 +10,12 @@ all :
raw_inotify :
$(CC) -linotifytools raw_inotify.c -o raw_inotify
strbuf :
$(CC) $(CFLAGS) ../src/common/strbuf.c t_strbuf.c -o test_strbuf
config :
$(CC) ../src/common/config.c t_config.c -o test_config
path :
$(CC) $(DEFS) $(CFLAGS) unit.c ../src/common/path.c t_path.c -o test_path