Make it compile.

This commit is contained in:
Jonathan Schleifer 2011-02-16 20:23:53 +01:00
parent e4f7e4b35f
commit 2fa82b833c
5 changed files with 20 additions and 6 deletions

5
tests/Makefile Normal file
View file

@ -0,0 +1,5 @@
all:
objfw-compile -o tests *.m -I../src -L../src -lobjxmpp
clean:
rm -f tests *.o

View file

@ -1,5 +1,7 @@
#include <assert.h>
#import <ObjFW/ObjFW.h>
#import "XMPPConnection.h"
#import "XMPPStanza.h"