olm/lib/doctest/scripts/development_only/doctest/doctest.h
Hubert Chathi 8475061136 switch to doctest for unit testing
thanks to Nico Werner, who did most of the porting work
2021-12-22 13:45:33 -05:00

5 lines
115 B
C

#include "doctest_fwd.h"
#ifndef DOCTEST_SINGLE_HEADER
#define DOCTEST_SINGLE_HEADER
#endif
#include "doctest.cpp"