dlvhex  2.5.0
testsuite/TestTables.cpp File Reference

Test tables for storing AST data efficiently. More...

#include <boost/cstdint.hpp>
#include "dlvhex2/ID.h"
#include "dlvhex2/Term.h"
#include "dlvhex2/Atoms.h"
#include "dlvhex2/TermTable.h"
#include "dlvhex2/OrdinaryAtomTable.h"
#include "dlvhex2/BuiltinAtomTable.h"
#include "dlvhex2/AggregateAtomTable.h"
#include "dlvhex2/RuleTable.h"
#include <boost/test/unit_test.hpp>
#include <iostream>
Include dependency graph for TestTables.cpp:

Go to the source code of this file.

Defines

#define BOOST_TEST_MODULE   "TestTables"

Functions

DLVHEX_NAMESPACE_USE BOOST_AUTO_TEST_CASE (testTermTable)
 BOOST_AUTO_TEST_CASE (testOrdinaryAtomTable)
 BOOST_AUTO_TEST_CASE (testBuiltinAtomTable)
 BOOST_AUTO_TEST_CASE (testAggregateAtomTable)
 BOOST_AUTO_TEST_CASE (testRuleTable)

Detailed Description

Test tables for storing AST data efficiently.

Author:
Peter Schueller <ps@kr.tuwien.ac.at>

Definition in file TestTables.cpp.


Define Documentation

#define BOOST_TEST_MODULE   "TestTables"

Definition at line 45 of file TestTables.cpp.


Function Documentation