summaryrefslogtreecommitdiffstats
path: root/test/src/test-stress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-stress.cpp')
-rw-r--r--test/src/test-stress.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/src/test-stress.cpp b/test/src/test-stress.cpp
index 996e0ee..fd36b0a 100644
--- a/test/src/test-stress.cpp
+++ b/test/src/test-stress.cpp
@@ -144,6 +144,13 @@ int main(int argc, char** argv) {
}
}
+#if 1
+ while(true) {
+ Interpreter interpreter = Interpreter::fromURI("/Users/sradomski/Documents/TK/Code/uscxml/test/w3c/ecma/test235.scxml");
+ interpreter.interpret();
+ }
+#else
+
DirectoryWatch* watcher = new DirectoryWatch(argv[optind], true);
watcher->updateEntries(true);
std::map<std::string, struct stat> entries = watcher->getAllEntries();
@@ -180,5 +187,6 @@ int main(int argc, char** argv) {
}
delete watcher;
+#endif
return EXIT_SUCCESS;
} \ No newline at end of file