mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
df4f8b76ac
Split the tests into two subdirectories: those that work in pure python and those that use the C++ bindings.
12 lines
164 B
YAML
12 lines
164 B
YAML
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
/one: 1
|
|
/two: 2
|
|
/three: 3
|
|
/all/one: 1
|
|
/all/two: 2
|
|
/all/three: 3
|
|
/test/test: test
|