BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
TestAll.cpp
Go to the documentation of this file.
1
// ************************************************************************************************
2
//
3
// qt-mvvm: Model-view-view-model framework for large GUI applications
4
//
5
//! @file mvvm/tests/testviewmodel/TestAll.cpp
6
//! @brief Implements class CLASS?
7
//!
8
//! @homepage http://www.bornagainproject.org
9
//! @license GNU General Public License v3 or higher (see COPYING)
10
//! @copyright Forschungszentrum Jülich GmbH 2020
11
//! @authors Gennady Pospelov et al, Scientific Computing Group at MLZ (see CITATION, AUTHORS)
12
//
13
// ************************************************************************************************
14
15
#include "
google_test.h
"
16
#include "qcustomplot.h"
17
#include <QApplication>
18
#include <QStandardItem>
19
20
int
main
(
int
argc,
char
** argv)
21
{
22
::testing::InitGoogleTest(&argc, argv);
23
24
ModelView::Comparators::registerComparators
();
25
26
return
RUN_ALL_TESTS();
27
}
ModelView::Comparators::registerComparators
static void registerComparators()
Definition:
comparators.cpp:26
google_test.h
Defines class CLASS?
main
int main(int argc, char **argv)
Definition:
TestAll.cpp:20
mvvm
tests
testviewmodel
TestAll.cpp
Generated by
1.9.1