math.beta/tests/main.cpp

13 lines
No EOL
237 B
C++

#include <igloo/igloo_alt.h>
using namespace igloo;
// Testing headers:
#include "tests/TestsVector3.h"
int main( int argc, const char* argv[ ] )
{
return TestRunner::RunAllTests( argc, const_cast< char** >( argv ) );
}