import libs += catch2%liba{catch2wmain}

using cxx

cxx.poptions += "-I$src_root/include/"
cxx.coptions += "-Wall" "-Werror"

headers += hxx{include/cpp-gen/Term.h}
headers += hxx{include/cpp-gen/Minterm.h}

exe{tests.out} : cxx{tests/test_Term.cpp} $headers testscript{tests/testscript} $libs

test.target = $cxx.target