make the claw and fridge tests use standard infrastructure

Change-Id: I65cbc5e665ecb8099abf41e2503c2b0e80ad3f88
diff --git a/frc971/control_loops/fridge/fridge.gyp b/frc971/control_loops/fridge/fridge.gyp
index 6edee2b..868bdb9 100644
--- a/frc971/control_loops/fridge/fridge.gyp
+++ b/frc971/control_loops/fridge/fridge.gyp
@@ -47,8 +47,8 @@
       'dependencies': [
         '<(EXTERNALS):gtest',
         'fridge_lib',
-        '<(AOS)/common/common.gyp:queue_testutils',
         '<(DEPTH)/frc971/control_loops/control_loops.gyp:state_feedback_loop',
+        '<(AOS)/common/controls/controls.gyp:control_loop_test',
       ],
     },
     {