Ejemplo n.º 1
0
static bool after(atf_suite * suite) {
	
	if ( ! udf_remove(LUA_FILE) ) {
		error("failure while removing: %s", LUA_FILE);
		return false;
	}

	return query_foreach_destroy();
}
Ejemplo n.º 2
0
static bool
after(atf_suite* suite)
{
	as_monitor_destroy(&monitor);
	return query_foreach_destroy();
}