From 6c4eb1aa31b670d32910d4881b0801eac8265057 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 3 Nov 2024 10:15:49 -0300 Subject: Setup Makefile project structure with empty src/urubu.go source --- tests/functional/json/main.go | 1 + tests/functional/json/urubu.go | 5 +++++ 2 files changed, 6 insertions(+) create mode 120000 tests/functional/json/main.go create mode 100644 tests/functional/json/urubu.go (limited to 'tests/functional/json') diff --git a/tests/functional/json/main.go b/tests/functional/json/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/functional/json/main.go @@ -0,0 +1 @@ +../../main.go \ No newline at end of file diff --git a/tests/functional/json/urubu.go b/tests/functional/json/urubu.go new file mode 100644 index 0000000..7a40ac0 --- /dev/null +++ b/tests/functional/json/urubu.go @@ -0,0 +1,5 @@ +package urubu + +func MainTest() { + // FIXME +} -- cgit v1.2.3