From 25ace1e8cb7f9a464c29dd2ce80cd68104d54f84 Mon Sep 17 00:00:00 2001 From: Sébastien Gonzalve Date: Fri, 21 Apr 2023 12:40:18 +0200 Subject: Add C++ interface test --- test/bigarray++.test | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 test/bigarray++.test (limited to 'test/bigarray++.test') diff --git a/test/bigarray++.test b/test/bigarray++.test new file mode 100755 index 0000000..da65387 --- /dev/null +++ b/test/bigarray++.test @@ -0,0 +1,15 @@ +## -*- sh -*- + +DATASRC=$top_srcdir/test/data +DATAOUT=$top_builddir/test/data +TESTFILE=6.plist + +if ! test -d "$DATAOUT"; then + mkdir -p $DATAOUT +fi + +echo "Converting" +$top_builddir/test/plist_test++ $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out + +echo "Comparing" +$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out -- cgit v1.1-32-gdbae