You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
299 B
21 lines
299 B
#ifdef TEST
|
|
#include "unity.h"
|
|
#include "Schachbrett.h"
|
|
#include "Moving.h"
|
|
#include "Spieler.h"
|
|
#include "Turm.h"
|
|
#include "Bauer.h"
|
|
#include "Koenig.h"
|
|
#include "Springer.h"
|
|
#include "Dame.h"
|
|
#include "Laeufer.h"
|
|
#include <stdlib.h>
|
|
|
|
void setUp(void) {
|
|
}
|
|
|
|
void tearDown(void) {
|
|
}
|
|
|
|
|
|
#endif // TEST
|