Skip to content
Snippets Groups Projects
Commit 5e883183 authored by Timur Safin's avatar Timur Safin Committed by Igor Munkin
Browse files

test: make decimal.test tap-compatible

NO_DOC=internal
NO_CHANGELOG=internal
parent a45f94e8
No related branches found
No related tags found
No related merge requests found
#include "unit.h"
#include "decimal.h"
#include "mp_decimal.h"
#include "mp_extension_types.h"
......@@ -8,6 +7,9 @@
#include <inttypes.h>
#include <float.h> /* DBL_DIG */
#define UNIT_TAP_COMPATIBLE 1
#include "unit.h"
#define success(x) x
#define failure(x) NULL
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment