From ce9e7b1ebd506f8b12bf1c26fedd5dddd3cdd653 Mon Sep 17 00:00:00 2001
From: David Phillips <david@yeah.nah.nz>
Date: Sat, 13 Feb 2021 23:14:00 +1300
Subject: Initialise data manager with ISA pressure

---
 Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index b5cb2e8..05c24bc 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ SIM_ELF = build/altimeter_sim.elf
 
 # options for native (i.e. unit test)
 UNITY_SRC ?= unity/src
-CFLAGS += -Wall -Wextra -I$(UNITY_SRC)
+CFLAGS += -Wall -Wextra -I$(UNITY_SRC) -g3
 LDFLAGS += -lm
 
 # options for cross-compile
@@ -58,7 +58,9 @@ TEST_OBJ = \
 	$(NATIVE_DIR)/$(UNITY_SRC)/unity.o \
 	$(NATIVE_DIR)/test_runner.o \
 	$(NATIVE_DIR)/test_util.o \
-	$(NATIVE_DIR)/test_test.o \
+	$(NATIVE_DIR)/test_data_manager.o \
+	$(NATIVE_DIR)/data_manager.o \
+	$(NATIVE_DIR)/barometer_sim.o \
 	$(NATIVE_DIR)/util.o
 
 REAL_OBJ = \
-- 
cgit v1.1