Add -s to LDFLAGS to strip output binaries.
[pintos-anon] / src / tests / threads / p1-1.c
index cd1b8b91223350b589d1643a6e791efc65f76b3e..7e528668addb5e2735f5b3a16e6d21585852cff6 100644 (file)
@@ -10,8 +10,9 @@
    Taskar <btaskar@cs.stanford.edu>, and Toli Kuznets
    <tolik@cs.stanford.edu>. */
 
-/* If you've implemented thread_join(), you can uncomment this. */
-/*#define THREAD_JOIN_IMPLEMENTED*/
+#ifdef MLFQS
+#error This test not applicable with MLFQS enabled.
+#endif
 
 #include "threads/test.h"
 #include <stdio.h>