Scribus
Open source desktop publishing at your fingertips
runtests.h
1 #ifndef RUNTESTS_H
2 #define RUNTESTS_H
3 
4 #include "scribusapi.h"
5 
6 class RunTests
7 {
8 public:
9  static int runTests(int argc, char ** argv);
10 };
11 #endif
Definition: runtests.h:6