15 #ifndef Om_Language_Operation_OperandOperation_
21 #ifndef Om_Macro_Precompilation_
23 #include "boost/test/unit_test.hpp"
33 BOOST_AUTO_TEST_SUITE(OperandOperationTest)
35 BOOST_AUTO_TEST_CASE(DefinitionTest) {
38 System::Get().Evaluate(
"drop find {operand} system")
42 BOOST_AUTO_TEST_CASE(GeneralTest) {
60 System::Get().Evaluate(
"drop swap operand copy{ a {b} {c} d }")
64 BOOST_AUTO_TEST_SUITE_END()