/* -*-c-*-
- *
- * $Id$
*
* Chinese Remainder Theorem computations (Gauss's algorithm)
*
int main(int argc, char *argv[])
{
sub_init();
- test_run(argc, argv, tests, SRCDIR "/tests/mpcrt");
+ test_run(argc, argv, tests, SRCDIR "/t/mpcrt");
return (0);
}