1 : #include "/home/mornfall/dev/pkg/ept-work/ept/core/apt.test.h"
2 : #define RUN(x,y) x().y()
3 1 : void run_CoreApt_token() { RUN( TestCoreApt, token ); }
4 1 : void run_CoreApt_tokenVersion() { RUN( TestCoreApt, tokenVersion ); }
5 1 : void run_CoreApt_packageName() { RUN( TestCoreApt, packageName ); }
6 1 : void run_CoreApt_packageCount() { RUN( TestCoreApt, packageCount ); }
7 1 : void run_CoreApt_packageNameList() { RUN( TestCoreApt, packageNameList ); }
8 1 : void run_CoreApt_versionCount() { RUN( TestCoreApt, versionCount ); }
9 1 : void run_CoreApt_versionPackage() { RUN( TestCoreApt, versionPackage ); }
10 1 : void run_CoreApt_validate() { RUN( TestCoreApt, validate ); }
11 1 : void run_CoreApt_packageState() { RUN( TestCoreApt, packageState ); }
12 1 : void run_CoreApt_packageState2() { RUN( TestCoreApt, packageState2 ); }
13 1 : void run_CoreApt_exists() { RUN( TestCoreApt, exists ); }
14 4 : void run_CoreApt_invalidate() { RUN( TestCoreApt, invalidate ); }
|