init
This commit is contained in:
commit
08c904ba12
57 changed files with 12621 additions and 0 deletions
8
firmware/test/firmware_test.exs
Normal file
8
firmware/test/firmware_test.exs
Normal file
|
@ -0,0 +1,8 @@
|
|||
defmodule FirmwareTest do
|
||||
use ExUnit.Case
|
||||
doctest Firmware
|
||||
|
||||
test "greets the world" do
|
||||
assert Firmware.hello() == :world
|
||||
end
|
||||
end
|
1
firmware/test/test_helper.exs
Normal file
1
firmware/test/test_helper.exs
Normal file
|
@ -0,0 +1 @@
|
|||
ExUnit.start()
|
Loading…
Add table
Add a link
Reference in a new issue