TP3 fini
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
#include <time.h>
|
||||
|
||||
// Basculez à 1 les valeurs ci-dessous pour activer les tests correspondants.
|
||||
#define TEST_STACK_BASIC 1
|
||||
#define TEST_STACK_BASIC 0
|
||||
#define TEST_SORT_STACK 0
|
||||
#define TEST_COPY_STACK 1
|
||||
#define TEST_HANOI 1
|
||||
#define TEST_COPY_STACK 0
|
||||
#define TEST_HANOI 0
|
||||
|
||||
#define TEST_QUEUE_BASIC 0
|
||||
#define TEST_COPY_QUEUE 0
|
||||
|
||||
Reference in New Issue
Block a user