Browse Source

reflect structural changes in test files

master
Georg Hopp 14 years ago
parent
commit
64f2bf41b8
  1. 6
      tests/crypt_test.c
  2. 6
      tests/decrypt_test.c
  3. 4
      tests/dyntype_test.c

6
tests/crypt_test.c

@ -4,9 +4,9 @@
#include <stdio.h>
#include <sys/types.h>
#include "bigpoint_cclass.h"
#include "bigpoint_crypt.h"
#include "base64.h"
#include "../bigpoint_cclass.h"
#include "../bigpoint_crypt.h"
#include "../base64.h"
int

6
tests/decrypt_test.c

@ -4,9 +4,9 @@
#include <stdio.h>
#include <sys/types.h>
#include "bigpoint_cclass.h"
#include "bigpoint_crypt.h"
#include "base64.h"
#include "../bigpoint_cclass.h"
#include "../bigpoint_crypt.h"
#include "../base64.h"
int

4
tests/dyntype_test.c

@ -2,8 +2,8 @@
#include <string.h>
#include <json/json.h>
#include "bigpoint_cclass.h"
#include "bigpoint_dyntype.h"
#include "../bigpoint_cclass.h"
#include "../bigpoint_dyntype.h"
#define TEST_STR "this is a foo string"

Loading…
Cancel
Save