Created
January 15, 2025 09:06
-
-
Save qtxie/6f44435b54449166c5a7e96a2761237c to your computer and use it in GitHub Desktop.
run-all-comp1.red
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [ | |
Title: "Red auto-generated test" | |
Author: "Peter W A Wood" | |
License: "BSD-3 - https://github.com/dockimbel/Red/blob/origin/BSD-3-License.txt" | |
Needs: [CSV JSON] | |
] | |
comment { | |
This file is generated by make-run-all-red.r | |
Do not edit this file directly. | |
} | |
#include %../../../../quick-test/quick-test.red | |
~~~start-file~~~ "run-all-comp1" | |
#include %run-all/preprocessor-test.red | |
#include %run-all/conditional-test.red | |
#include %run-all/path-test.red | |
#include %run-all/url-test.red | |
#include %run-all/function-test.red | |
#include %run-all/type-test.red | |
#include %run-all/select-test.red | |
#include %run-all/evaluation-test.red | |
#include %run-all/lexer-test.red | |
#include %run-all/case-test.red | |
#include %run-all/comparison-test.red | |
#include %run-all/append-test.red | |
#include %run-all/move-test.red | |
#include %run-all/mold-test.red | |
#include %run-all/parse-test.red | |
#include %run-all/strict-equal-test.red | |
#include %run-all/integer-test.red | |
#include %run-all/money-test.red | |
#include %run-all/words-of-test.red | |
#include %run-all/case-folding-test.red | |
#include %run-all/vector-test.red | |
;#include %run-all/pair-test.red | |
;#include %run-all/time-test.red | |
;#include %run-all/convert-test.red | |
;#include %run-all/reactivity-test.red | |
;#include %run-all/debase-test.red | |
;#include %run-all/try-test.red | |
;#include %run-all/image-test.red | |
;#include %run-all/lexer-auto-test.red | |
;#include %run-all/scalars-test.red | |
;#include %run-all/regression-test-red.red | |
;#include %run-all/clipboard-test.red | |
;#include %run-all/json-test.red | |
~~~end-file~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment