Initial import.

FossilOrigin-Name: ba81f6810553036e35811b67461234f9cbac69c064114a89edd073c20b8fa656
This commit is contained in:
Jonathan Schleifer 2011-03-22 02:37:47 +00:00
commit 504c859ffa
12 changed files with 1082 additions and 0 deletions

5
tests/Makefile Normal file
View file

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