# CMake generated Testfile for 
# Source directory: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test
# Build directory: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/testdir
# 
# This file includes the relevant testing commands required for 
# testing this directory and lists subdirectories to be tested as well.
add_test(api_test "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/api_test/api_test")
add_test(html_normalization "/usr/local/bin/python3" "-m" "doctest" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/normalize.py")
add_test(spectest_library "/usr/local/bin/python3" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/spec_tests.py" "--no-normalize" "--spec" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/spec.txt" "--library-dir" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/testdir/../src")
add_test(pathological_tests_library "/usr/local/bin/python3" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/pathological_tests.py" "--library-dir" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/testdir/../src")
add_test(roundtriptest_library "/usr/local/bin/python3" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/roundtrip_tests.py" "--spec" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/spec.txt" "--library-dir" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/testdir/../src")
add_test(entity_library "/usr/local/bin/python3" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/entity_tests.py" "--library-dir" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/testdir/../src")
add_test(spectest_executable "/usr/local/bin/python3" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/spec_tests.py" "--no-normalize" "--spec" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/spec.txt" "--program" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/testdir/../src/cmark-gfm")
add_test(smartpuncttest_executable "/usr/local/bin/python3" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/spec_tests.py" "--no-normalize" "--spec" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/smart_punct.txt" "--program" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/testdir/../src/cmark-gfm --smart")
add_test(extensions_executable "/usr/local/bin/python3" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/spec_tests.py" "--no-normalize" "--spec" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/extensions.txt" "--program" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/testdir/../src/cmark-gfm --footnotes" "--extensions" "table strikethrough autolink tagfilter")
add_test(roundtrip_extensions_executable "/usr/local/bin/python3" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/roundtrip_tests.py" "--spec" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/extensions.txt" "--program" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/testdir/../src/cmark-gfm --footnotes" "--extensions" "table strikethrough autolink tagfilter")
add_test(regressiontest_executable "/usr/local/bin/python3" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/spec_tests.py" "--no-normalize" "--spec" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/test/regression.txt" "--program" "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build/testdir/../src/cmark-gfm")