diff options
author | EuAndreh <eu@euandre.org> | 2024-11-03 13:47:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-03 13:48:49 -0300 |
commit | d3b6a7691f643ef6e38e0f0ce912d0b322681b3d (patch) | |
tree | f62444289fc894471a28f2825361f6194a945d1b /tests/functional | |
parent | Update CHANGELOG (diff) | |
download | tre-d3b6a7691f643ef6e38e0f0ce912d0b322681b3d.tar.gz tre-d3b6a7691f643ef6e38e0f0ce912d0b322681b3d.tar.xz |
Setup Makefile project structure with empty src/tre.go source
Diffstat (limited to 'tests/functional')
l--------- | tests/functional/binary/main.go | 1 | ||||
-rw-r--r-- | tests/functional/binary/tre.go | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/binary/main.go b/tests/functional/binary/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/functional/binary/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/functional/binary/tre.go b/tests/functional/binary/tre.go new file mode 100644 index 0000000..00bea26 --- /dev/null +++ b/tests/functional/binary/tre.go @@ -0,0 +1,5 @@ +package tre + +func MainTest() { + // FIXME +} |