#include <stdio.h>
#include "runlist.h"
int main (int argc, char *argv[])
{
return test_rl_main (argc, argv);
}