Skip to content

Commit

Permalink
update commands.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlb committed Jun 3, 2021
1 parent d1a0b9d commit 5a888d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
--preserve-externals --format c-variables -o tests/real/mandelbulb.expected tests/real/mandelbulb.frag
--preserve-all-globals --format c-variables -o tests/real/to_the_road_of_ribbon.expected tests/real/to_the_road_of_ribbon.frag
--no-renaming-list rotatey --format c-variables -o tests/real/sult.expected tests/real/sult.frag
--preserve-externals -o tests/unit/externals.preserved.expected tests/unit/externals.frag

# Tests with full renaming

Expand All @@ -28,6 +29,8 @@
-o tests/real/yx_long_way_from_home.frag.expected tests/real/yx_long_way_from_home.frag
-o tests/real/oscars_chair.frag.expected tests/real/oscars_chair.frag
-o tests/real/the_real_party_is_in_your_pocket.frag.expected tests/real/the_real_party_is_in_your_pocket.frag
-o tests/unit/function_overload.expected tests/unit/function_overload.frag
-o tests/unit/externals.expected tests/unit/externals.frag

# Optimization tests

Expand Down

0 comments on commit 5a888d4

Please sign in to comment.