#include "tests/test.h"
#include "AggregateOp.h"
#include "ast/Aggregator.h"
#include "ast/Argument.h"
#include "ast/Atom.h"
#include "ast/Clause.h"
#include "ast/Counter.h"
#include "ast/Literal.h"
#include "ast/NilConstant.h"
#include "ast/Node.h"
#include "ast/NumericConstant.h"
#include "ast/Program.h"
#include "ast/StringConstant.h"
#include "ast/TranslationUnit.h"
#include "ast/UnnamedVariable.h"
#include "ast/Variable.h"
#include "parser/ParserDriver.h"
#include "reports/DebugReport.h"
#include "reports/ErrorReport.h"
#include <algorithm>
#include <iosfwd>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
|
Own< TranslationUnit > | souffle::ast::test::makeATU (std::string program=".decl A,B,C(x:number)") |
|
Own< Clause > | souffle::ast::test::makeClauseA (Own< Argument > headArgument) |
|
Own< TranslationUnit > | souffle::ast::test::makePrintedATU (Own< TranslationUnit > &tu) |
|
| souffle::ast::test::TEST (AstPrint, AggregatorCount) |
|
| souffle::ast::test::TEST (AstPrint, AggregatorMax) |
|
| souffle::ast::test::TEST (AstPrint, AggregatorMin) |
|
| souffle::ast::test::TEST (AstPrint, AggregatorSum) |
|
| souffle::ast::test::TEST (AstPrint, Counter) |
|
| souffle::ast::test::TEST (AstPrint, NilConstant) |
|
| souffle::ast::test::TEST (AstPrint, NumberConstant) |
|
| souffle::ast::test::TEST (AstPrint, StringConstant) |
|
| souffle::ast::test::TEST (AstPrint, UnnamedVariable) |
|
| souffle::ast::test::TEST (AstPrint, Variable) |
|