(defmodule ltest-unit
  (export all))

(defun behaviour_info
  (('callbacks)
    '())
  ((_)
    'undefined))

(defun get-modules ()
  'ok)
