Fixed build system and test bug...
diff --git a/frc971/control_loops/shooter_lib_test.cc b/frc971/control_loops/shooter_lib_test.cc
index 1a19cbc..c90f235 100644
--- a/frc971/control_loops/shooter_lib_test.cc
+++ b/frc971/control_loops/shooter_lib_test.cc
@@ -154,7 +154,7 @@
 
   my_shooter_loop_.goal.FetchLatest();
   my_shooter_loop_.status.FetchLatest();
-  EXPECT_LT(shooter_motor_.kMaxSpeed,
+  EXPECT_GT(shooter_motor_.kMaxSpeed,
             shooter_motor_plant_.shooter_plant_->X(1, 0));
 }