#include <stdio.h>
#include <stdlib.h>

#include "jalloc.h"

int main (int argc, char **argv)
{
	return test_jalloc (jalloc, jree);
}

