12 lines
258 B
Text
12 lines
258 B
Text
(defmodule unit-elmdap-tests
|
|
(behaviour ltest-unit)
|
|
(export all)
|
|
(import
|
|
(from ltest
|
|
(check-failed-assert 2)
|
|
(check-wrong-assert-exception 2))))
|
|
|
|
(include-lib "ltest/include/ltest-macros.lfe")
|
|
|
|
(deftest elmdap-hello-world
|
|
(is 'true))
|