Skip to content
6 changes: 6 additions & 0 deletions simple/run-small-disjoint-smart-graphs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function main () {
require("./simple/test").test({small: true, disjointSmartGraphTests: true});
}
if (typeof arango !== "undefined") {
main();
}
Loading