summaryrefslogtreecommitdiff
path: root/selftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'selftest.cpp')
-rw-r--r--selftest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/selftest.cpp b/selftest.cpp
index 2f5c6205..d86c57d8 100644
--- a/selftest.cpp
+++ b/selftest.cpp
@@ -408,6 +408,7 @@ int _tmain(int argc, _TCHAR* argv[])
int main(int argc,char **argv)
#endif
{
+ /* For testing windows tap
try {
RuntimeEnvironment renv;
renv.homePath = "C:";
@@ -417,7 +418,8 @@ int main(int argc,char **argv)
std::cout << exc.what() << std::endl;
return 0;
}
-/*
+ */
+
int r = 0;
_initLibCrypto();
@@ -433,5 +435,4 @@ int main(int argc,char **argv)
std::cout << std::endl << "SOMETHING FAILED!" << std::endl;
return r;
-*/
}