Move action_test target to aos_all.

This makes it so that action_test doesn't have to get copied everywhere.

Change-Id: I389db1b6fb97ff77a97a4540eb2521db249c34c1
diff --git a/aos/build/aos_all.gyp b/aos/build/aos_all.gyp
index 10d5a5b..2a79722 100644
--- a/aos/build/aos_all.gyp
+++ b/aos/build/aos_all.gyp
@@ -20,6 +20,7 @@
         '<(AOS)/linux_code/linux_code.gyp:complex_thread_local_test',
         '<(AOS)/common/common.gyp:stl_mutex_test',
         '<(AOS)/linux_code/linux_code.gyp:dump_rtprio',
+        '<(AOS)/common/actions/actions.gyp:action_test',
       ],
     },
     {
diff --git a/frc971/prime/prime.gyp b/frc971/prime/prime.gyp
index ed84e36..88a37ba 100644
--- a/frc971/prime/prime.gyp
+++ b/frc971/prime/prime.gyp
@@ -22,7 +22,6 @@
         '../zeroing/zeroing.gyp:zeroing_test',
         '../http_status/http_status.gyp:http_status',
         '../control_loops/voltage_cap/voltage_cap.gyp:voltage_cap_test',
-        '../../aos/common/actions/actions.gyp:action_test',
         '../actors/actors.gyp:binaries',
       ],
       'copies': [