diff options
Diffstat (limited to 'Tests/ConfigSources/main.cpp')
-rw-r--r-- | Tests/ConfigSources/main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/ConfigSources/main.cpp b/Tests/ConfigSources/main.cpp new file mode 100644 index 0000000..71af72f --- /dev/null +++ b/Tests/ConfigSources/main.cpp @@ -0,0 +1,7 @@ + +#include "iface_debug.h" + +int main(int argc, char** argv) +{ + return iface_src() + iface_debug(); +} |