From d3b6a7691f643ef6e38e0f0ce912d0b322681b3d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 3 Nov 2024 13:47:45 -0300 Subject: Setup Makefile project structure with empty src/tre.go source --- tests/functional/binary/tre.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/functional/binary/tre.go (limited to 'tests/functional/binary/tre.go') 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 +} -- cgit v1.2.3