5
edits
No edit summary |
(Update to reflect that make script must run from it's folder, requires mozmake as Windows msys make is not supported, and that run-mozilla.sh no longer exists. New process confirmed to work on Windows.) |
||
Line 39: | Line 39: | ||
If all goes well, running | If all goes well, running | ||
cd $OBJDIR/ipc/ipdl/test/cxx | |||
mozmake | |||
will update the file IPDLUnitTests.cpp (the test launcher), and your | will update the file IPDLUnitTests.cpp (the test launcher), and your | ||
Line 45: | Line 47: | ||
You can launch your new test by invoking | You can launch your new test by invoking (from the $OBJDIR/ipc/ipdl/test/cxx folder) | ||
mozmake check | |||
If you want to launch only your test, run | If you want to launch only your test, run | ||
cd $OBJDIR/dist/bin | cd $OBJDIR/dist/bin | ||
./ipdlunittest TestFoo | |||
edits