blob: 212868c985e975e2d0d4d53c72688d9544434689 [file] [log] [blame]
package org.eclipse.photran.internal.core.tests.a_parser;
import java.io.FileNotFoundException;
import java.io.IOException;
import junit.framework.Test;
import org.eclipse.photran.internal.core.tests.ParserTestSuite;
public class ParseLAPACK95
{
public static Test suite() throws FileNotFoundException, IOException
{
return new ParserTestSuite("../../LAPACK95", true, false) {};
}
}