Fix Meson build problem when building tests

Somehow, the top of tree broke, and Jenkins now complains when trying
to upload a new patch. I am not sure why Jenkins did not catch this
earlier. Regardless, this should fix it.

Signed-off-by: Josh Lehan <krellan@google.com>
Change-Id: I37744c41b1aa18e64c70dab6d2a3d8ba994055fb
diff --git a/test/meson.build b/test/meson.build
index 8963593..7c7b513 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -50,6 +50,7 @@
                                    '../pid/util.cpp'],
     'pid_stepwisecontroller_unittest': ['../pid/ec/stepwise.cpp',
                                         '../pid/stepwisecontroller.cpp',
+                                        '../pid/tuning.cpp',
                                         '../pid/util.cpp'],
     'pid_thermalcontroller_unittest': ['../pid/ec/pid.cpp',
                                        '../pid/pidcontroller.cpp',