blob: d885c97245250ceab6dc554a4a6337887e95f513 [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 ParseLAPACK
{
public static Test suite() throws FileNotFoundException, IOException
{
return new ParserTestSuite("../../LAPACK", true, false) {};
}
}