Archived
1
0
Fork 0

Added output test for mysql

This commit is contained in:
Fredric N 2010-09-20 23:06:57 +02:00 committed by Henrik Hautakoski
parent e93422ecef
commit 131a8b9501
4 changed files with 55 additions and 17 deletions

View file

@ -63,7 +63,13 @@ indexer :
t_indexer.c -o test_indexer
mysql :
$(CC) -D DB_DEBUG $(CFLAGS) $(LDFLAGS) ../src/arch/mysql.c t_mysql.c -o test_mysql
$(CC) -D DB_DEBUG $(CFLAGS) $(LDFLAGS) \
../src/output/mysql.c \
../src/common/die.c \
../src/common/xalloc.c \
../src/ini/iniparser.c \
../src/ini/dictionary.c \
t_mysql.c -o test_mysql
queue :
$(CC) $(CFLAGS) ../src/notify/queue.c t_queue.c -o test_queue