Improved ASSERT macro, and renamed tests/check.hpp to tests/assert.hpp

This commit is contained in:
eidheim 2019-03-23 13:46:31 +01:00
commit e716cd9764
6 changed files with 13 additions and 14 deletions

View file

@ -1,6 +1,6 @@
#include "assert.hpp"
#include "client_http.hpp"
#include "server_http.hpp"
#include "check.hpp"
#include <iostream>
using namespace std;