WIP: hierarchy variant building, tests

This commit is contained in:
Matthias Koefferlein 2018-09-22 23:44:24 +02:00
parent 3cbbe041aa
commit 76b045e2ac
2 changed files with 10 additions and 0 deletions

BIN
src/plugins/tools/netx/testdata/hlp3.oas vendored Normal file

Binary file not shown.

View File

@ -120,3 +120,13 @@ TEST(BasicNot2)
{
run_test_bool (_this, "hlp2.oas", TMNot, 101);
}
TEST(BasicAnd3)
{
run_test_bool (_this, "hlp3.oas", TMAnd, 100);
}
TEST(BasicNot3)
{
run_test_bool (_this, "hlp3.oas", TMNot, 101);
}