/[svn]/linuxsampler/trunk/src/testcases/NKSPTest.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/testcases/NKSPTest.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3726 by schoenebeck, Fri Jan 3 14:53:32 2020 UTC revision 3727 by schoenebeck, Mon Jan 27 16:34:44 2020 UTC
# Line 98  void NKSPTest::testNKSPPrecedenceOfOpera Line 98  void NKSPTest::testNKSPPrecedenceOfOpera
98      testPrecedenceOfOperators();      testPrecedenceOfOperators();
99  }  }
100    
101    void NKSPTest::testNKSPIntVarDeclaration() {
102        testIntVarDeclaration();
103    }
104    
105    void NKSPTest::testNKSPIntArrayVarDeclaration() {
106        testIntArrayVarDeclaration();
107    }
108    
109    void NKSPTest::testNKSPRealVarDeclaration() {
110        testRealVarDeclaration();
111    }
112    
113    void NKSPTest::testNKSPRealArrayVarDeclaration() {
114        testRealArrayVarDeclaration();
115    }
116    
117    void NKSPTest::testNKSPStringVarDeclaration() {
118        testStringVarDeclaration();
119    }
120    
121  void NKSPTest::testNKSPBuiltInMinFunction() {  void NKSPTest::testNKSPBuiltInMinFunction() {
122      testBuiltInMinFunction();      testBuiltInMinFunction();
123  }  }

Legend:
Removed from v.3726  
changed lines
  Added in v.3727

  ViewVC Help
Powered by ViewVC