Make sure that we're not being tested with MLFQS on.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 11 Oct 2004 22:34:27 +0000 (22:34 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 11 Oct 2004 22:34:27 +0000 (22:34 +0000)
src/tests/threads/p1-3.c

index 3b488363efb75d629440c1553a5bfc4559017086..3caa7f9f7ea947b840886ef63ef73aca4294a274 100644 (file)
 #include "threads/synch.h"
 #include "threads/thread.h"
 
+#ifdef MLFQS
+#error This test not applicable with MLFQS enabled.
+#endif
+
 static void test_preempt (void);
 static void test_fifo (void);
 static void test_donate_return (void);