(executable
 (name test_parser)
 (libraries tensorlang))

(rule
 (alias runtest)
 (action (run %{exe:test_parser.exe})))
