BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
TestAll.cpp File Reference

Implements class CLASS? More...

Include dependency graph for TestAll.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Implements class CLASS?

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Gennady Pospelov et al, Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file TestAll.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 20 of file TestAll.cpp.

21 {
22  ::testing::InitGoogleTest(&argc, argv);
23 
25 
26  return RUN_ALL_TESTS();
27 }
static void registerComparators()
Definition: comparators.cpp:26

References ModelView::Comparators::registerComparators().

Here is the call graph for this function: