~robert-ancell/bake/pkg-config

« back to all changes in this revision

Viewing changes to tests/csharp-library-simple/expected

  • Committer: Robert Ancell
  • Date: 2012-06-16 12:09:44 UTC
  • Revision ID: robert.ancell@gmail.com-20120616120944-f5gau77ykk5zwep0
Check clean rules work in all test cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
mkdir -p /usr/local/lib/cli/test
6
6
install test.dll /usr/local/lib/cli/test/test.dll
7
7
(exit 0)
 
8
!bake clean
 
9
rm -f test.dll
 
10
(exit 0)