tobkit/libsigc++-2.2.3/tests/test_custom.cc
2009-12-29 11:14:14 +00:00

15 lines
259 B
C++

// Write your custom tests here so you don't have to think about how to compile
// and execute your test code against the exact same library that you are
// currently hacking.
#include <sigc++/sigc++.h>
int main(int argc, char **argv)
{
return 0;
}