acl_test.c revision f1e3dd087b7ce34382df8354efddaae79caa11b7
/*
* Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/* $Id$ */
/*! \file */
#include <config.h>
#include <atf-c.h>
#include <stdio.h>
#include <unistd.h>
#include "dnstest.h"
/*
* Helper functions
*/
#define BUFLEN 255
#define TEST_ORIGIN "test"
}
unsigned int pass;
struct {
} ecs[] = {
};
}
} else {
}
}
dns_test_end();
}
/*
* Main
*/
ATF_TP_ADD_TCS(tp) {
return (atf_no_error());
}