--- linuxsampler/trunk/src/testcases/NKSPTest.h 2020/01/26 15:30:52 3726 +++ linuxsampler/trunk/src/testcases/NKSPTest.h 2020/01/27 16:34:44 3727 @@ -32,6 +32,11 @@ CPPUNIT_TEST(testNKSPBitwiseOrOperator); CPPUNIT_TEST(testNKSPBitwiseNotOperator); CPPUNIT_TEST(testNKSPPrecedenceOfOperators); + CPPUNIT_TEST(testNKSPIntVarDeclaration); + CPPUNIT_TEST(testNKSPIntArrayVarDeclaration); + CPPUNIT_TEST(testNKSPRealVarDeclaration); + CPPUNIT_TEST(testNKSPRealArrayVarDeclaration); + CPPUNIT_TEST(testNKSPStringVarDeclaration); CPPUNIT_TEST(testNKSPBuiltInMinFunction); CPPUNIT_TEST(testNKSPBuiltInMaxFunction); CPPUNIT_TEST(testNKSPBuiltInAbsFunction); @@ -94,6 +99,11 @@ void testNKSPBitwiseOrOperator(); void testNKSPBitwiseNotOperator(); void testNKSPPrecedenceOfOperators(); + void testNKSPIntVarDeclaration(); + void testNKSPIntArrayVarDeclaration(); + void testNKSPRealVarDeclaration(); + void testNKSPRealArrayVarDeclaration(); + void testNKSPStringVarDeclaration(); void testNKSPBuiltInMinFunction(); void testNKSPBuiltInMaxFunction(); void testNKSPBuiltInAbsFunction();