What was ssb.rpc.c now lives in ssb.js.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3663 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-09-09 00:37:02 +00:00
parent 3b4f0c1321
commit 059392df8e
5 changed files with 5 additions and 705 deletions

View File

@ -197,6 +197,10 @@ void tf_ssb_test_following(const tf_test_options_t* options)
JS_FreeValue(context, message); \
context = NULL
#if 1
/* TODO: This test doesn't actually really test anything anymore. */
#define DUMP(id, depth)
#else
#define DUMP(id, depth) \
do { \
printf("following %d:\n", depth); \
@ -208,6 +212,7 @@ void tf_ssb_test_following(const tf_test_options_t* options)
printf("\n"); \
free(f); \
} while (0)
#endif
FOLLOW(ssb0, id1, true);
FOLLOW(ssb1, id2, true);