Macaulay2 Engine
Loading...
Searching...
No Matches
testMain.cpp
Go to the documentation of this file.
1
29
30#include <gtest/gtest.h>
31#include <M2/gc-include.h>
32#include <engine.h>
33
34int main(int argc, char **argv)
35{
37 ::testing::InitGoogleTest(&argc, argv);
38 return RUN_ALL_TESTS();
39}
40
41// Local Variables:
42// compile-command: "make -C $M2BUILDDIR/Macaulay2/e/unit-tests check "
43// indent-tabs-mode: nil
44// End:
void IM2_initialize()
Definition engine.cpp:76
Legacy umbrella header that re-exports the per-area interface headers and carries the still-unmigrate...
int main()