Add a test for P1 that checks that multiple threads can properly wake
[pintos-anon] / src / tests / threads / tests.c
index b4b12cdc0ac311e5ee9e70e74dd85c4486b1c025..ca99eb6624bde55cf2da798890ceaac9aaf71814 100644 (file)
@@ -13,6 +13,7 @@ static const struct test tests[] =
   {
     {"alarm-single", test_alarm_single},
     {"alarm-multiple", test_alarm_multiple},
+    {"alarm-simultaneous", test_alarm_simultaneous},
     {"alarm-priority", test_alarm_priority},
     {"alarm-zero", test_alarm_zero},
     {"alarm-negative", test_alarm_negative},