aboutsummaryrefslogtreecommitdiff
path: root/spec/main.cpp
blob: 15d0b60c6e3e5c42094eaf68373ca141ebc56c6a (plain) (blame)
1
2
3
4
5
6
7
8
#include "testUtils.h"
#include <QtWidgets/qapplication.h>

int main(int argc, char **argv) {
  QApplication app(argc, argv);

  return run_all_tests();
}