Initial commit
This commit is contained in:
7
test/ffi_test.exs
Normal file
7
test/ffi_test.exs
Normal file
@@ -0,0 +1,7 @@
|
||||
defmodule FFITest do
|
||||
use ExUnit.Case
|
||||
|
||||
test "the truth" do
|
||||
assert 1 + 1 == 2
|
||||
end
|
||||
end
|
||||
1
test/test_helper.exs
Normal file
1
test/test_helper.exs
Normal file
@@ -0,0 +1 @@
|
||||
ExUnit.start()
|
||||
Reference in New Issue
Block a user