This commit is contained in:
Pim Kunis 2022-10-09 08:09:42 +02:00
parent ba8f072d23
commit 2c935df494
110 changed files with 1350 additions and 8011 deletions

View file

@ -0,0 +1,8 @@
defmodule EisromFirmwareTest do
use ExUnit.Case
doctest EisromFirmware
test "greets the world" do
assert EisromFirmware.hello() == :world
end
end

View file

@ -0,0 +1 @@
ExUnit.start()