Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT Testing

Hello,

 

Looking at http://wiki.eclipse.org/CDT/Testing and the contents of releng/org.eclipse.cdt.testing/ I can’t see what values the properties eclipse-home and library-file should take in order to be able to run the test.xml.

This results in:

init:

     [echo] library file: ${library-file}

And

BUILD FAILED

… releng/org.eclipse.cdt.testing/${eclipse-home} does not exist

 

Running the …core/org.eclipse.cdt.core.tests/test.xml which sets eclipse-home to ${basedir} and library-file to ${eclipse-home}/plugins/${org.eclipse.test}/library.xml results in “…core/org.eclipse.cdt.core.tests/plugins/org.eclipse.test/library.xml (No such file or directory)” which makes it fairly clear that I am doing something wrong.

 

I could of course individually run all the test suites listed in releng/org.eclipse.cdt.testing/test.xml but I suspect that there is a better way of doing it than that.

 

Daniel


Back to the top