aboutsummaryrefslogtreecommitdiffstats
path: root/.gitreview
blob: e59fef8d93834521a7f6183a518df794683ed523 (plain)
1
2
3
4
5
[gerrit]
host=gerrit.opnfv.org
port=29418
project=functest.git
ss="c"># See the License for the specific language governing permissions and # limitations under the License. # # Contributors: # Aihua Li, Huawei Technologies. .PHONY: $(SUBDIRS) all clean distclean clobber install uninstall test sanity: $(SUBDIRS) $(AT)echo "finished making $@" $(SUBDIRS): $(AT)echo "Enter directory $@" $(AT)$(MAKE) -C $@ $(MAKECMDGOALS)