blob: f83a9196d12bdc80b32898d96db64614bfa51773 [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 ParsePOP
{
public static Test suite() throws FileNotFoundException, IOException
{
return new ParserTestSuite("../../POP-2.0.1", false, false) {};
}
}