~nux-team/nuxplayground/nux-visualstudio

« back to all changes in this revision

Viewing changes to libsigc++/tests/test_custom.cc

  • Committer: Jay Taoko
  • Date: 2012-07-12 21:09:46 UTC
  • Revision ID: jay.taoko@canonical.com-20120712210946-5xpkonw92ivp1xl0
VisualStudio build files for Nux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Write your custom tests here so you don't have to think about how to compile
 
2
// and execute your test code against the exact same library that you are
 
3
// currently hacking.
 
4
 
 
5
#include <sigc++/sigc++.h>
 
6
 
 
7
int main(int, char**)
 
8
{
 
9
  return 0;
 
10
}