1 : #include "/home/mornfall/dev/pkg/ept-work/ept/core/apt/record.test.h"
2 : #define RUN(x,y) x().y()
3 1 : void run_AptRecord_checkLookup() { RUN( TestAptRecord, checkLookup ); }
4 1 : void run_AptRecord_checkLookupValue() { RUN( TestAptRecord, checkLookupValue ); }
5 1 : void run_AptRecord_checkLookupNumeric() { RUN( TestAptRecord, checkLookupNumeric ); }
6 1 : void run_AptRecord_checkShortDescription() { RUN( TestAptRecord, checkShortDescription ); }
7 1 : void run_AptRecord_checkList() { RUN( TestAptRecord, checkList ); }
8 4 : void run_AptRecord_nonexistent() { RUN( TestAptRecord, nonexistent ); }
|