New module to perform decimal floating point arithmetic for charts.
[pspp] / tests / math / decimal.at
diff --git a/tests/math/decimal.at b/tests/math/decimal.at
new file mode 100644 (file)
index 0000000..b3e71d1
--- /dev/null
@@ -0,0 +1,7 @@
+AT_BANNER([Decimal floating point])
+
+AT_SETUP([Decimal float])
+
+AT_CHECK([../../math/decimal-test], [0], [ignore])
+
+AT_CLEANUP