summaryrefslogtreecommitdiff
path: root/adhoc.cpp.proto
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2002-12-06 22:02:46 +0000
committerweidai <weidai11@users.noreply.github.com>2002-12-06 22:02:46 +0000
commita28627a6a55d71c90961e94941747933dc3819a8 (patch)
treedf9cff822523331cad30742ddb34056544c7a80d /adhoc.cpp.proto
parent310b7b96e10bd91654264d2c7c3a753d27b3c4c3 (diff)
downloadcryptopp-git-a28627a6a55d71c90961e94941747933dc3819a8.tar.gz
add script-driven testing
Diffstat (limited to 'adhoc.cpp.proto')
-rw-r--r--adhoc.cpp.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/adhoc.cpp.proto b/adhoc.cpp.proto
new file mode 100644
index 00000000..8e7f9c28
--- /dev/null
+++ b/adhoc.cpp.proto
@@ -0,0 +1,8 @@
+extern int (*AdhocTest)(int argc, char *argv[]);
+
+int MyAdhocTest(int argc, char *argv[])
+{
+ return 0;
+}
+
+static int s_i = (AdhocTest = &MyAdhocTest, 0);