- Timestamp:
- 2015-02-20T23:16:08Z (10 years ago)
- Parents:
- 5ebff60
- git-author:
- dequis <dx@…> (27-12-14 04:06:45)
- git-committer:
- dequis <dx@…> (20-02-15 23:16:08)
- Location:
- tests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/check_arc.c
r5ebff60 r0b9daac 5 5 #include <string.h> 6 6 #include <stdio.h> 7 #include " arc.h"7 #include "lib/arc.h" 8 8 9 9 char *password = "ArcVier"; -
tests/check_md5.c
r5ebff60 r0b9daac 5 5 #include <string.h> 6 6 #include <stdio.h> 7 #include " md5.h"7 #include "lib/md5.h" 8 8 9 9 /* From RFC 1321 */ -
tests/check_nick.c
r5ebff60 r0b9daac 6 6 #include "irc.h" 7 7 #include "set.h" 8 #include " misc.h"8 #include "lib/misc.h" 9 9 #include "bitlbee.h" 10 10 -
tests/check_util.c
r5ebff60 r0b9daac 6 6 #include "irc.h" 7 7 #include "set.h" 8 #include " misc.h"9 #include " url.h"8 #include "lib/misc.h" 9 #include "lib/url.h" 10 10 11 11 START_TEST(test_strip_linefeed){
Note: See TracChangeset
for help on using the changeset viewer.