make the claw and fridge tests use standard infrastructure

Change-Id: I65cbc5e665ecb8099abf41e2503c2b0e80ad3f88
diff --git a/frc971/control_loops/claw/claw.gyp b/frc971/control_loops/claw/claw.gyp
index 78f9c18..c1f2191 100644
--- a/frc971/control_loops/claw/claw.gyp
+++ b/frc971/control_loops/claw/claw.gyp
@@ -46,8 +46,8 @@
       'dependencies': [
         '<(EXTERNALS):gtest',
         'claw_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',
       ],
     },
     {