🔨 adjusted Coverity script to work without Makefile

This commit is contained in:
Niels Lohmann 2017-10-05 07:13:59 +02:00
parent 7b82e4b4c8
commit c204ac82e0
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
3 changed files with 4 additions and 25 deletions

View file

@ -1,7 +0,0 @@
#pragma once
#include "catch.hpp"
#define private public
#include "json.hpp"
using nlohmann::json;