summaryrefslogtreecommitdiff
path: root/test/roundtrip.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-20 00:01:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-20 00:01:12 -0800
commit168f8666d4bad5d50ba5bf5a787a28b236754917 (patch)
treeda2eac021fe634d6b63848f92501c291dbc36059 /test/roundtrip.sh
parent615f055c320ff23a388f342af7ab5810d21f4fb8 (diff)
Made roundtrip test part of the test suite run by cmake.
Diffstat (limited to 'test/roundtrip.sh')
-rwxr-xr-xtest/roundtrip.sh2
1 files changed, 1 insertions, 1 deletions
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"