removed common.h reference
This commit is contained in:
@@ -14,3 +14,10 @@ compiler.
|
|||||||
|
|
||||||
to run the tests use "make" in this (top) directory, the makefile should exit
|
to run the tests use "make" in this (top) directory, the makefile should exit
|
||||||
with no error.
|
with no error.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
|
||||||
|
- reduce usage of "common.h" to a minimum
|
||||||
|
- convert more tests from using reference output to returning an exit code
|
||||||
|
|||||||
@@ -5,8 +5,7 @@
|
|||||||
!!AUTHOR!! Johan Kotlinski
|
!!AUTHOR!! Johan Kotlinski
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
|||||||
@@ -4,8 +4,6 @@
|
|||||||
!!LICENCE!! GPL, read COPYING.GPL
|
!!LICENCE!! GPL, read COPYING.GPL
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
@@ -19,9 +17,6 @@ unsigned char success = 0;
|
|||||||
unsigned char failures = 0;
|
unsigned char failures = 0;
|
||||||
unsigned char dummy = 0;
|
unsigned char dummy = 0;
|
||||||
|
|
||||||
#ifdef SUPPORT_BIT_TYPES
|
|
||||||
bit bit0 = 0;
|
|
||||||
#endif
|
|
||||||
int int0 = 0;
|
int int0 = 0;
|
||||||
int int1 = 0;
|
int int1 = 0;
|
||||||
char char0 = 0;
|
char char0 = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user