Add Whentools library, test, documentation.
[whenjobs.git] / tests / parsing / test_load.ml
index 9398eb4..5d4c47a 100644 (file)
@@ -18,6 +18,9 @@
 
 open Printf
 
+(* Ensures that Whentools module is linked to the program. *)
+let _ = Whentools.set_variable
+
 (* This program is passed a single argument, which is the .cmo file to
  * dynamically load.
  *)