Closed
Bug 855306
Opened 13 years ago
Closed 12 years ago
Robocop build does not re-build tests
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 863445
People
(Reporter: gbrown, Unassigned)
References
Details
robocop.apk contains both "framework" classes from build/mobile/robocop and test classes from mobile/android/base/tests. Changes from either location have normally been picked up by make -C build/mobile/robocop.
The short-cut build procedure is documented at https://wiki.mozilla.org/Auto-tools/Projects/Robocop#Updating_your_test_directory
But that no longer works. make -C build/mobile/robocop does not rebuild mobile/android/base/tests. There is no Makefile in mobile/android/base/tests. The only way I know to build the tests is a full build of Firefox for Android.
Regression from bug 751156? Even possibly intentional?
| Reporter | ||
Comment 1•12 years ago
|
||
:joey -- do you know what happened here? Is there a way to re-build robocop.apk when a test changes without re-building all of Firefox for Android?
Flags: needinfo?(joey)
| Reporter | ||
Comment 2•12 years ago
|
||
:joey -- needinfo ping?
Comment 3•12 years ago
|
||
This bit me. I'm proposing changes in Bug 863445 that should make this work again.
| Reporter | ||
Comment 4•12 years ago
|
||
Thanks Nick!
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(joey)
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•