Always use a custom linker script, to avoid oddities in the default.
[pintos-anon] / src / tests / threads / stdlib.c
index fc15481ed3772e31014427027e9c2365e2b7801a..ad0f0f9a82816cd991300ed97f6740a94f7a3386 100644 (file)
@@ -1,4 +1,4 @@
-/* Test program for sorting and searching in lib/kernel/stdlib.c.
+/* Test program for sorting and searching in lib/stdlib.c.
 
    Attempts to test the sorting and searching functionality that
    is not sufficiently tested elsewhere in Pintos.
 
    Attempts to test the sorting and searching functionality that
    is not sufficiently tested elsewhere in Pintos.
@@ -53,6 +53,7 @@ test (void)
     }
   
   printf (" done\n");
     }
   
   printf (" done\n");
+  printf ("stdlib: PASS\n");
 }
 
 /* Shuffles the CNT elements in ARRAY into random order. */
 }
 
 /* Shuffles the CNT elements in ARRAY into random order. */