[C] Reorganised tests

This commit is contained in:
seleznevae
2018-11-24 23:14:26 +03:00
parent e4cba07b55
commit 64abbfd41b
15 changed files with 130 additions and 51 deletions

View File

@@ -1,4 +1,5 @@
#include "tests.h"
#include "test_utils.h"
#include <wchar.h>
#include "fort.h"

View File

@@ -1,5 +1,6 @@
#include "tests.h"
#include "fort.h"
#include "test_utils.h"

View File

@@ -5,6 +5,7 @@
#include <stdio.h>
#include "properties.h"
#include "vector.h"
#include "test_utils.h"