blaise/stdlib/project.xml

18 lines
324 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<project>
<name>blaise-stdlib</name>
<build>
<packaging>library</packaging>
<unitPaths>
<path>../runtime/src/main/pascal</path>
</unitPaths>
</build>
<test>
<framework>blaise</framework>
<testSource>testrunner.pas</testSource>
</test>
</project>