mirror of
https://github.com/AntonioND/tobkit.git
synced 2025-06-19 00:55:33 -04:00
15 lines
259 B
C++
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;
|
|
}
|