1 : #include "/home/mornfall/dev/pkg/ept-work/ept/apt/apt.test.h"
2 : #define RUN(x,y) x().y()
3 1 : void run_Apt_iterators() { RUN( TestApt, iterators ); }
4 1 : void run_Apt_aptExists() { RUN( TestApt, aptExists ); }
5 1 : void run_Apt_timestamp() { RUN( TestApt, timestamp ); }
6 1 : void run_Apt_validity() { RUN( TestApt, validity ); }
7 1 : void run_Apt_versions() { RUN( TestApt, versions ); }
8 1 : void run_Apt_versionValidity() { RUN( TestApt, versionValidity ); }
9 1 : void run_Apt_rawRecord() { RUN( TestApt, rawRecord ); }
10 1 : void run_Apt_state() { RUN( TestApt, state ); }
11 1 : void run_Apt_recordIteration() { RUN( TestApt, recordIteration ); }
12 1 : void run_Apt_recordIteration2() { RUN( TestApt, recordIteration2 ); }
13 1 : void run_Apt_stlIteration() { RUN( TestApt, stlIteration ); }
14 1 : void run_Apt_stlRecordIteration() { RUN( TestApt, stlRecordIteration ); }
15 4 : void run_Apt_checkUpdates() { RUN( TestApt, checkUpdates ); }
|