summaryrefslogtreecommitdiff
path: root/tests/installmgrtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/installmgrtest.cpp')
-rw-r--r--tests/installmgrtest.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/installmgrtest.cpp b/tests/installmgrtest.cpp
new file mode 100644
index 0000000..666f63b
--- /dev/null
+++ b/tests/installmgrtest.cpp
@@ -0,0 +1,12 @@
+#include <swinstallmgr.h>
+#include <iostream>
+
+using namespace std;
+using namespace sword;
+
+int main(int argc, char **argv) {
+ InstallMgr inst("ftp://ftp.crosswire.org/pub/sword/raw");
+ inst.Refresh();
+
+}
+