#!/usr/bin/env bash
# Usage: ./rdfdiff-test <path-to-ntc-test-suite>
# by Sean B. Palmer, inamidst.com

for n in 001 002 003 004 005 006 007 008 009 010 011 012 013
do ./rdfdiff.py $1/First.$n $1/Second.$n && cat $1/Expected.$n && echo
done
