~emailgirishrawat/ubuntu-calendar-app/READMEs

« back to all changes in this revision

Viewing changes to README.unittest

  • Committer: emailgirishrawat at gmail
  • Date: 2015-12-13 17:16:54 UTC
  • Revision ID: emailgirishrawat@gmail.com-20151213171654-ranfrzyrfhl13cfi
Fixed typos and improved README

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   $ bzr branch lp:ubuntu-calendar-app
14
14
 
15
15
   $ mkdir builddir && cd builddir
16
 
   $ cmake ..  && cmake --build . -- -j 3
 
16
   $ cmake ..  && make -j3
17
17
   
18
18
Running all unit test at once
19
19
=============================