From 168f8666d4bad5d50ba5bf5a787a28b236754917 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 20 Dec 2015 00:01:12 -0800 Subject: Made roundtrip test part of the test suite run by cmake. --- test/roundtrip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/roundtrip.sh') diff --git a/test/roundtrip.sh b/test/roundtrip.sh index 1631f35..ec4f135 100755 --- a/test/roundtrip.sh +++ b/test/roundtrip.sh @@ -1,2 +1,2 @@ #!/bin/sh -./build/src/cmark -t commonmark | ./build/src/cmark +"$1" -t commonmark | "$1" -- cgit v1.2.3